Html Css Color HEX #CBA46A Putty

📋 copy color: '#CBA46A'

red 203 ◦ green 164 ◦ blue 106

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

Shades of Putty #CBA46A

Tints of Putty #CBA46A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.41%

R = 42.92%
G = 34.67%
B = 22.41%

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

#CBA46A (or 0xCBA46A) is known color: Putty. HEX triplet: CB, A4 and 6A. RGB value is (203,164,106). Sum of RGB (Red+Green+Blue) = 203+164+106=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA46A is #345B95. Grayscale: #A9A9A9. Windows color (decimal): -3431318 or 6989003. OLE color: 6989003.

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

Color convert

RGB 203 164 106 -
CMYK 0 0.19 0.48 0.20
HSL 35.88º 0.48% 0.61% -
HSV(B) 35.88º 0.48% 0.8% -
XYZ 40.51 40.29 19.28 -
YUV 169.05 92.42 152.22 -
System Red Green Blue C M Y K H S L
Decimal 203 164 106 0 0.19 0.48 0.20 35.88 0.48 0.61
Hex CB A4 6A 0 13 30 14 24 30 3D
Octal 313 244 152 0 23 60 24 44 60 75
Binary 11001011 10100100 1101010 0 10011 110000 10100 100100 110000 111101

Color Harmonies of #CBA46A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA46A

Black with #CBA46A

Text Example


Text Example

White with #CBA46A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA46A; }

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

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

background-color css

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

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

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

border-color css

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

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

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