Html Css Color HEX #CCAB71 Putty

📋 copy color: '#CCAB71'

red 204 ◦ green 171 ◦ blue 113

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

Shades of Putty #CCAB71

Tints of Putty #CCAB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.04%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 41.8%
G = 35.04%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCAB71 (or 0xCCAB71) is known color: Putty. HEX triplet: CC, AB and 71. RGB value is (204,171,113). Sum of RGB (Red+Green+Blue) = 204+171+113=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAB71 is #33548E. Grayscale: #AEAEAE. Windows color (decimal): -3363983 or 7449548. OLE color: 7449548.

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

Color convert

RGB 204 171 113 -
CMYK 0 0.16 0.45 0.2
HSL 38.24º 0.47% 0.62% -
HSV(B) 38.24º 0.45% 0.8% -
XYZ 42.45 43.16 21.72 -
YUV 174.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 204 171 113 0 0.16 0.45 0.2 38.24 0.47 0.62
Hex CC AB 71 0 10 2D 14 26 2F 3E
Octal 314 253 161 0 20 55 24 46 57 76
Binary 11001100 10101011 1110001 0 10000 101101 10100 100110 101111 111110

Color Harmonies of #CCAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAB71

Black with #CCAB71

Text Example


Text Example

White with #CCAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAB71; }

 p { color: rgb(204,171,113); }

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

background-color css

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

 a { background-color: rgb(204,171,113); }

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

border-color css

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

 span { border-color: rgb(204,171,113); }

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