Html Css Color HEX #CBA874 Putty

📋 copy color: '#CBA874'

red 203 ◦ green 168 ◦ blue 116

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

Shades of Putty #CBA874

Tints of Putty #CBA874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 41.68%
G = 34.5%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBA874 (or 0xCBA874) is known color: Putty. HEX triplet: CB, A8 and 74. RGB value is (203,168,116). Sum of RGB (Red+Green+Blue) = 203+168+116=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBA874 is #34578B. Grayscale: #ACACAC. Windows color (decimal): -3430284 or 7645387. OLE color: 7645387.

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

Color convert

RGB 203 168 116 -
CMYK 0 0.17 0.43 0.20
HSL 35.86º 0.46% 0.63% -
HSV(B) 35.86º 0.43% 0.8% -
XYZ 41.78 41.96 22.42 -
YUV 172.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 203 168 116 0 0.17 0.43 0.20 35.86 0.46 0.63
Hex CB A8 74 0 11 2B 14 24 2E 3F
Octal 313 250 164 0 21 53 24 44 56 77
Binary 11001011 10101000 1110100 0 10001 101011 10100 100100 101110 111111

Color Harmonies of #CBA874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA874

Black with #CBA874

Text Example


Text Example

White with #CBA874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA874; }

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

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

background-color css

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

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

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

border-color css

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

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

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