Html Css Color HEX #CCB06C Putty

📋 copy color: '#CCB06C'

red 204 ◦ green 176 ◦ blue 108

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

Shades of Putty #CCB06C

Tints of Putty #CCB06C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.07%

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

R = 41.8%
G = 36.07%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CCB06C (or 0xCCB06C) is known color: Putty. HEX triplet: CC, B0 and 6C. RGB value is (204,176,108). Sum of RGB (Red+Green+Blue) = 204+176+108=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB06C is #334F93. Grayscale: #B0B0B0. Windows color (decimal): -3362708 or 7123148. OLE color: 7123148.

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

Color convert

RGB 204 176 108 -
CMYK 0 0.14 0.47 0.2
HSL 42.5º 0.48% 0.61% -
HSV(B) 42.5º 0.47% 0.8% -
XYZ 43.13 44.97 20.59 -
YUV 176.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 204 176 108 0 0.14 0.47 0.2 42.5 0.48 0.61
Hex CC B0 6C 0 E 2F 14 2A 30 3D
Octal 314 260 154 0 16 57 24 52 60 75
Binary 11001100 10110000 1101100 0 1110 101111 10100 101010 110000 111101

Color Harmonies of #CCB06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB06C

Black with #CCB06C

Text Example


Text Example

White with #CCB06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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