Html Css Color HEX #CBA96C Putty

📋 copy color: '#CBA96C'

red 203 ◦ green 169 ◦ blue 108

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

Shades of Putty #CBA96C

Tints of Putty #CBA96C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.21%

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

R = 42.29%
G = 35.21%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBA96C (or 0xCBA96C) is known color: Putty. HEX triplet: CB, A9 and 6C. RGB value is (203,169,108). Sum of RGB (Red+Green+Blue) = 203+169+108=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA96C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA96C is #345693. Grayscale: #ACACAC. Windows color (decimal): -3430036 or 7121355. OLE color: 7121355.

HSL color Cylindrical-coordinate representation of color #CBA96C: hue angle of 38.53º 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 #CBA96C is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 169 108 -
CMYK 0 0.17 0.47 0.20
HSL 38.53º 0.48% 0.61% -
HSV(B) 38.53º 0.47% 0.8% -
XYZ 41.52 42.16 20.14 -
YUV 172.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 203 169 108 0 0.17 0.47 0.20 38.53 0.48 0.61
Hex CB A9 6C 0 11 2F 14 27 30 3D
Octal 313 251 154 0 21 57 24 47 60 75
Binary 11001011 10101001 1101100 0 10001 101111 10100 100111 110000 111101

Color Harmonies of #CBA96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA96C

Black with #CBA96C

Text Example


Text Example

White with #CBA96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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