Html Css Color HEX #CBB871 Putty

📋 copy color: '#CBB871'

red 203 ◦ green 184 ◦ blue 113

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

Shades of Putty #CBB871

Tints of Putty #CBB871

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 40.6%
G = 36.8%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CBB871 (or 0xCBB871) is known color: Putty. HEX triplet: CB, B8 and 71. RGB value is (203,184,113). Sum of RGB (Red+Green+Blue) = 203+184+113=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB871 is #34478E. Grayscale: #B5B5B5. Windows color (decimal): -3426191 or 7452875. OLE color: 7452875.

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

Color convert

RGB 203 184 113 -
CMYK 0 0.09 0.44 0.20
HSL 47.33º 0.46% 0.62% -
HSV(B) 47.33º 0.44% 0.8% -
XYZ 44.75 48.17 22.56 -
YUV 181.59 89.29 143.27 -
System Red Green Blue C M Y K H S L
Decimal 203 184 113 0 0.09 0.44 0.20 47.33 0.46 0.62
Hex CB B8 71 0 9 2C 14 2F 2E 3E
Octal 313 270 161 0 11 54 24 57 56 76
Binary 11001011 10111000 1110001 0 1001 101100 10100 101111 101110 111110

Color Harmonies of #CBB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB871

Black with #CBB871

Text Example


Text Example

White with #CBB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB871; }

 p { color: rgb(203,184,113); }

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

background-color css

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

 a { background-color: rgb(203,184,113); }

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

border-color css

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

 span { border-color: rgb(203,184,113); }

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