Html Css Color HEX #CBAF76 Putty

📋 copy color: '#CBAF76'

red 203 ◦ green 175 ◦ blue 118

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

Shades of Putty #CBAF76

Tints of Putty #CBAF76

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.28%

 BLUE value IS 118 (46.48% from 255) = 23.79%

R = 40.93%
G = 35.28%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CBAF76 (or 0xCBAF76) is known color: Putty. HEX triplet: CB, AF and 76. RGB value is (203,175,118). Sum of RGB (Red+Green+Blue) = 203+175+118=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF76 is #345089. Grayscale: #B1B1B1. Windows color (decimal): -3428490 or 7778251. OLE color: 7778251.

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

Color convert

RGB 203 175 118 -
CMYK 0 0.14 0.42 0.20
HSL 40.24º 0.45% 0.63% -
HSV(B) 40.24º 0.42% 0.8% -
XYZ 43.23 44.66 23.48 -
YUV 176.87 94.78 146.63 -
System Red Green Blue C M Y K H S L
Decimal 203 175 118 0 0.14 0.42 0.20 40.24 0.45 0.63
Hex CB AF 76 0 E 2A 14 28 2D 3F
Octal 313 257 166 0 16 52 24 50 55 77
Binary 11001011 10101111 1110110 0 1110 101010 10100 101000 101101 111111

Color Harmonies of #CBAF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF76

Black with #CBAF76

Text Example


Text Example

White with #CBAF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF76; }

 p { color: rgb(203,175,118); }

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

background-color css

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

 a { background-color: rgb(203,175,118); }

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

border-color css

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

 span { border-color: rgb(203,175,118); }

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