Html Css Color HEX #CBA878 Putty

📋 copy color: '#CBA878'

red 203 ◦ green 168 ◦ blue 120

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

Shades of Putty #CBA878

Tints of Putty #CBA878

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.22%

 BLUE value IS 120 (47.27% from 255) = 24.44%

R = 41.34%
G = 34.22%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CBA878 (or 0xCBA878) is known color: Putty. HEX triplet: CB, A8 and 78. RGB value is (203,168,120). Sum of RGB (Red+Green+Blue) = 203+168+120=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 168 (66.02% from 255 or 34.22% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA878 is #345787. Grayscale: #ADADAD. Windows color (decimal): -3430280 or 7907531. OLE color: 7907531.

HSL color Cylindrical-coordinate representation of color #CBA878: hue angle of 34.7º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CBA878 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 168 120 -
CMYK 0 0.17 0.41 0.20
HSL 34.7º 0.44% 0.63% -
HSV(B) 34.7º 0.41% 0.8% -
XYZ 42.02 42.06 23.67 -
YUV 172.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 203 168 120 0 0.17 0.41 0.20 34.7 0.44 0.63
Hex CB A8 78 0 11 29 14 23 2C 3F
Octal 313 250 170 0 21 51 24 43 54 77
Binary 11001011 10101000 1111000 0 10001 101001 10100 100011 101100 111111

Color Harmonies of #CBA878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA878

Black with #CBA878

Text Example


Text Example

White with #CBA878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA878; }

 p { color: rgb(203,168,120); }

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

background-color css

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

 a { background-color: rgb(203,168,120); }

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

border-color css

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

 span { border-color: rgb(203,168,120); }

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