Html Css Color HEX #CCB172 Putty

📋 copy color: '#CCB172'

red 204 ◦ green 177 ◦ blue 114

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

Shades of Putty #CCB172

Tints of Putty #CCB172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.76%

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 41.21%
G = 35.76%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CCB172 (or 0xCCB172) is known color: Putty. HEX triplet: CC, B1 and 72. RGB value is (204,177,114). Sum of RGB (Red+Green+Blue) = 204+177+114=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB172 is #334E8D. Grayscale: #B2B2B2. Windows color (decimal): -3362446 or 7516620. OLE color: 7516620.

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

Color convert

RGB 204 177 114 -
CMYK 0 0.13 0.44 0.2
HSL 42º 0.47% 0.62% -
HSV(B) 42º 0.44% 0.8% -
XYZ 43.66 45.5 22.4 -
YUV 177.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 204 177 114 0 0.13 0.44 0.2 42 0.47 0.62
Hex CC B1 72 0 D 2C 14 2A 2F 3E
Octal 314 261 162 0 15 54 24 52 57 76
Binary 11001100 10110001 1110010 0 1101 101100 10100 101010 101111 111110

Color Harmonies of #CCB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB172

Black with #CCB172

Text Example


Text Example

White with #CCB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB172; }

 p { color: rgb(204,177,114); }

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

background-color css

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

 a { background-color: rgb(204,177,114); }

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

border-color css

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

 span { border-color: rgb(204,177,114); }

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