Html Css Color HEX #CCB86E Putty

📋 copy color: '#CCB86E'

red 204 ◦ green 184 ◦ blue 110

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

Shades of Putty #CCB86E

Tints of Putty #CCB86E

RGB

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

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

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

R = 40.96%
G = 36.95%
B = 22.09%

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

#CCB86E (or 0xCCB86E) is known color: Putty. HEX triplet: CC, B8 and 6E. RGB value is (204,184,110). Sum of RGB (Red+Green+Blue) = 204+184+110=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB86E is #334791. Grayscale: #B5B5B5. Windows color (decimal): -3360658 or 7256268. OLE color: 7256268.

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

Color convert

RGB 204 184 110 -
CMYK 0 0.10 0.46 0.2
HSL 47.23º 0.48% 0.62% -
HSV(B) 47.23º 0.46% 0.8% -
XYZ 44.86 48.24 21.7 -
YUV 181.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 204 184 110 0 0.10 0.46 0.2 47.23 0.48 0.62
Hex CC B8 6E 0 A 2E 14 2F 30 3E
Octal 314 270 156 0 12 56 24 57 60 76
Binary 11001100 10111000 1101110 0 1010 101110 10100 101111 110000 111110

Color Harmonies of #CCB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB86E

Black with #CCB86E

Text Example


Text Example

White with #CCB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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