Html Css Color HEX #CCB66C Putty

📋 copy color: '#CCB66C'

red 204 ◦ green 182 ◦ blue 108

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

Shades of Putty #CCB66C

Tints of Putty #CCB66C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.84%

 BLUE value IS 108 (42.58% from 255) = 21.86%

R = 41.3%
G = 36.84%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCB66C (or 0xCCB66C) is known color: Putty. HEX triplet: CC, B6 and 6C. RGB value is (204,182,108). Sum of RGB (Red+Green+Blue) = 204+182+108=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB66C is #334993. Grayscale: #B4B4B4. Windows color (decimal): -3361172 or 7124684. OLE color: 7124684.

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

Color convert

RGB 204 182 108 -
CMYK 0 0.11 0.47 0.2
HSL 46.25º 0.48% 0.61% -
HSV(B) 46.25º 0.47% 0.8% -
XYZ 44.34 47.38 21 -
YUV 180.14 87.29 145.02 -
System Red Green Blue C M Y K H S L
Decimal 204 182 108 0 0.11 0.47 0.2 46.25 0.48 0.61
Hex CC B6 6C 0 B 2F 14 2E 30 3D
Octal 314 266 154 0 13 57 24 56 60 75
Binary 11001100 10110110 1101100 0 1011 101111 10100 101110 110000 111101

Color Harmonies of #CCB66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB66C

Black with #CCB66C

Text Example


Text Example

White with #CCB66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB66C; }

 p { color: rgb(204,182,108); }

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

background-color css

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

 a { background-color: rgb(204,182,108); }

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

border-color css

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

 span { border-color: rgb(204,182,108); }

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