Html Css Color HEX #CCB970 Putty

📋 copy color: '#CCB970'

red 204 ◦ green 185 ◦ blue 112

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

Shades of Putty #CCB970

Tints of Putty #CCB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.93%

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 40.72%
G = 36.93%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCB970 (or 0xCCB970) is known color: Putty. HEX triplet: CC, B9 and 70. RGB value is (204,185,112). Sum of RGB (Red+Green+Blue) = 204+185+112=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB970 is #33468F. Grayscale: #B6B6B6. Windows color (decimal): -3360400 or 7387596. OLE color: 7387596.

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

Color convert

RGB 204 185 112 -
CMYK 0 0.09 0.45 0.2
HSL 47.61º 0.47% 0.62% -
HSV(B) 47.61º 0.45% 0.8% -
XYZ 45.18 48.71 22.35 -
YUV 182.36 88.29 143.44 -
System Red Green Blue C M Y K H S L
Decimal 204 185 112 0 0.09 0.45 0.2 47.61 0.47 0.62
Hex CC B9 70 0 9 2D 14 30 2F 3E
Octal 314 271 160 0 11 55 24 60 57 76
Binary 11001100 10111001 1110000 0 1001 101101 10100 110000 101111 111110

Color Harmonies of #CCB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB970

Black with #CCB970

Text Example


Text Example

White with #CCB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB970; }

 p { color: rgb(204,185,112); }

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

background-color css

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

 a { background-color: rgb(204,185,112); }

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

border-color css

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

 span { border-color: rgb(204,185,112); }

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