Html Css Color HEX #CBA469 Putty

📋 copy color: '#CBA469'

red 203 ◦ green 164 ◦ blue 105

#CBA469
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Putty #CBA469

Tints of Putty #CBA469

RGB

 RED value IS 203 (79.69% from 255) = 43.01%

 GREEN value IS 164 (64.45% from 255) = 34.75%

 BLUE value IS 105 (41.41% from 255) = 22.25%

R = 43.01%
G = 34.75%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBA469 (or 0xCBA469) is known color: Putty. HEX triplet: CB, A4 and 69. RGB value is (203,164,105). Sum of RGB (Red+Green+Blue) = 203+164+105=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA469 is #345B96. Grayscale: #A9A9A9. Windows color (decimal): -3431319 or 6923467. OLE color: 6923467.

HSL color Cylindrical-coordinate representation of color #CBA469: hue angle of 36.12º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CBA469 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 164 105 -
CMYK 0 0.19 0.48 0.20
HSL 36.12º 0.49% 0.6% -
HSV(B) 36.12º 0.48% 0.8% -
XYZ 40.45 40.27 19 -
YUV 168.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 203 164 105 0 0.19 0.48 0.20 36.12 0.49 0.6
Hex CB A4 69 0 13 30 14 24 31 3C
Octal 313 244 151 0 23 60 24 44 61 74
Binary 11001011 10100100 1101001 0 10011 110000 10100 100100 110001 111100

Color Harmonies of #CBA469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA469

Black with #CBA469

Text Example


Text Example

White with #CBA469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA469; }

 p { color: rgb(203,164,105); }

 H1.HeaderClassName
 {
   color: #CBA469;
 }
 .AnyTagClassName
 {
   color: #CBA469;
 }
</style>

background-color css

<style>
 a { background-color: #CBA469; }

 a { background-color: rgb(203,164,105); }

 div.DivClassName
 {
   background-color: #CBA469;
 }
 .BgClassName
 {
   background-color: #CBA469;
 }
</style>

border-color css

<style>
 span { border-color: #CBA469; }

 span { border-color: rgb(203,164,105); }

 td.TdClassName
 {
   border-color: #CBA469;
 }
 .TagClassName
 {
   border-color: #CBA469;
 }
</style>