Html Css Color HEX #CCB774 Putty

📋 copy color: '#CCB774'

red 204 ◦ green 183 ◦ blue 116

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

Shades of Putty #CCB774

Tints of Putty #CCB774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.06%

R = 40.56%
G = 36.38%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCB774 (or 0xCCB774) is known color: Putty. HEX triplet: CC, B7 and 74. RGB value is (204,183,116). Sum of RGB (Red+Green+Blue) = 204+183+116=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB774 is #33488B. Grayscale: #B5B5B5. Windows color (decimal): -3360908 or 7649228. OLE color: 7649228.

HSL color Cylindrical-coordinate representation of color #CCB774: hue angle of 45.68º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CCB774 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 116 -
CMYK 0 0.10 0.43 0.2
HSL 45.68º 0.46% 0.63% -
HSV(B) 45.68º 0.43% 0.8% -
XYZ 44.99 47.97 23.41 -
YUV 181.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 204 183 116 0 0.10 0.43 0.2 45.68 0.46 0.63
Hex CC B7 74 0 A 2B 14 2E 2E 3F
Octal 314 267 164 0 12 53 24 56 56 77
Binary 11001100 10110111 1110100 0 1010 101011 10100 101110 101110 111111

Color Harmonies of #CCB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB774

Black with #CCB774

Text Example


Text Example

White with #CCB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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