Html Css Color HEX #CCB074 Putty

📋 copy color: '#CCB074'

red 204 ◦ green 176 ◦ blue 116

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

Shades of Putty #CCB074

Tints of Putty #CCB074

RGB

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

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

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

R = 41.13%
G = 35.48%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCB074 (or 0xCCB074) is known color: Putty. HEX triplet: CC, B0 and 74. RGB value is (204,176,116). Sum of RGB (Red+Green+Blue) = 204+176+116=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB074 is #334F8B. Grayscale: #B1B1B1. Windows color (decimal): -3362700 or 7647436. OLE color: 7647436.

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

Color convert

RGB 204 176 116 -
CMYK 0 0.14 0.43 0.2
HSL 40.91º 0.46% 0.63% -
HSV(B) 40.91º 0.43% 0.8% -
XYZ 43.58 45.15 22.94 -
YUV 177.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 204 176 116 0 0.14 0.43 0.2 40.91 0.46 0.63
Hex CC B0 74 0 E 2B 14 29 2E 3F
Octal 314 260 164 0 16 53 24 51 56 77
Binary 11001100 10110000 1110100 0 1110 101011 10100 101001 101110 111111

Color Harmonies of #CCB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB074

Black with #CCB074

Text Example


Text Example

White with #CCB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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