Html Css Color HEX #CCB76E Putty

📋 copy color: '#CCB76E'

red 204 ◦ green 183 ◦ blue 110

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

Shades of Putty #CCB76E

Tints of Putty #CCB76E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.13%

R = 41.05%
G = 36.82%
B = 22.13%

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

#CCB76E (or 0xCCB76E) is known color: Putty. HEX triplet: CC, B7 and 6E. RGB value is (204,183,110). Sum of RGB (Red+Green+Blue) = 204+183+110=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB76E is #334891. Grayscale: #B5B5B5. Windows color (decimal): -3360914 or 7256012. OLE color: 7256012.

HSL color Cylindrical-coordinate representation of color #CCB76E: hue angle of 46.6º 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 #CCB76E is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 110 -
CMYK 0 0.10 0.46 0.2
HSL 46.6º 0.48% 0.62% -
HSV(B) 46.6º 0.46% 0.8% -
XYZ 44.65 47.83 21.63 -
YUV 180.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 204 183 110 0 0.10 0.46 0.2 46.6 0.48 0.62
Hex CC B7 6E 0 A 2E 14 2F 30 3E
Octal 314 267 156 0 12 56 24 57 60 76
Binary 11001100 10110111 1101110 0 1010 101110 10100 101111 110000 111110

Color Harmonies of #CCB76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB76E

Black with #CCB76E

Text Example


Text Example

White with #CCB76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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