Html Css Color HEX #CCB76F Putty

📋 copy color: '#CCB76F'

red 204 ◦ green 183 ◦ blue 111

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

Shades of Putty #CCB76F

Tints of Putty #CCB76F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.75%

 BLUE value IS 111 (43.75% from 255) = 22.29%

R = 40.96%
G = 36.75%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CCB76F (or 0xCCB76F) is known color: Putty. HEX triplet: CC, B7 and 6F. RGB value is (204,183,111). Sum of RGB (Red+Green+Blue) = 204+183+111=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB76F is #334890. Grayscale: #B5B5B5. Windows color (decimal): -3360913 or 7321548. OLE color: 7321548.

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

Color convert

RGB 204 183 111 -
CMYK 0 0.10 0.46 0.2
HSL 46.45º 0.48% 0.62% -
HSV(B) 46.45º 0.46% 0.8% -
XYZ 44.7 47.85 21.92 -
YUV 181.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 204 183 111 0 0.10 0.46 0.2 46.45 0.48 0.62
Hex CC B7 6F 0 A 2E 14 2E 30 3E
Octal 314 267 157 0 12 56 24 56 60 76
Binary 11001100 10110111 1101111 0 1010 101110 10100 101110 110000 111110

Color Harmonies of #CCB76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB76F

Black with #CCB76F

Text Example


Text Example

White with #CCB76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB76F; }

 p { color: rgb(204,183,111); }

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

background-color css

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

 a { background-color: rgb(204,183,111); }

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

border-color css

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

 span { border-color: rgb(204,183,111); }

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