Html Css Color HEX #CBA46C Putty

📋 copy color: '#CBA46C'

red 203 ◦ green 164 ◦ blue 108

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

Shades of Putty #CBA46C

Tints of Putty #CBA46C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.74%

R = 42.74%
G = 34.53%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBA46C (or 0xCBA46C) is known color: Putty. HEX triplet: CB, A4 and 6C. RGB value is (203,164,108). Sum of RGB (Red+Green+Blue) = 203+164+108=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA46C is #345B93. Grayscale: #A9A9A9. Windows color (decimal): -3431316 or 7120075. OLE color: 7120075.

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

Color convert

RGB 203 164 108 -
CMYK 0 0.19 0.47 0.20
HSL 35.37º 0.48% 0.61% -
HSV(B) 35.37º 0.47% 0.8% -
XYZ 40.61 40.33 19.83 -
YUV 169.28 93.42 152.05 -
System Red Green Blue C M Y K H S L
Decimal 203 164 108 0 0.19 0.47 0.20 35.37 0.48 0.61
Hex CB A4 6C 0 13 2F 14 23 30 3D
Octal 313 244 154 0 23 57 24 43 60 75
Binary 11001011 10100100 1101100 0 10011 101111 10100 100011 110000 111101

Color Harmonies of #CBA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA46C

Black with #CBA46C

Text Example


Text Example

White with #CBA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA46C; }

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

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

background-color css

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

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

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

border-color css

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

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

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