Html Css Color HEX #CCB871 Putty

📋 copy color: '#CCB871'

red 204 ◦ green 184 ◦ blue 113

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

Shades of Putty #CCB871

Tints of Putty #CCB871

RGB

 RED value IS 204 (80.08% from 255) = 40.72%

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

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

R = 40.72%
G = 36.73%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCB871 (or 0xCCB871) is known color: Putty. HEX triplet: CC, B8 and 71. RGB value is (204,184,113). Sum of RGB (Red+Green+Blue) = 204+184+113=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB871 is #33478E. Grayscale: #B6B6B6. Windows color (decimal): -3360655 or 7452876. OLE color: 7452876.

HSL color Cylindrical-coordinate representation of color #CCB871: hue angle of 46.81º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCB871 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 113 -
CMYK 0 0.10 0.45 0.2
HSL 46.81º 0.47% 0.62% -
HSV(B) 46.81º 0.45% 0.8% -
XYZ 45.02 48.31 22.57 -
YUV 181.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 204 184 113 0 0.10 0.45 0.2 46.81 0.47 0.62
Hex CC B8 71 0 A 2D 14 2F 2F 3E
Octal 314 270 161 0 12 55 24 57 57 76
Binary 11001100 10111000 1110001 0 1010 101101 10100 101111 101111 111110

Color Harmonies of #CCB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB871

Black with #CCB871

Text Example


Text Example

White with #CCB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB871; }

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

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

background-color css

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

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

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

border-color css

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

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

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