Html Css Color HEX #CCB071 Putty

📋 copy color: '#CCB071'

red 204 ◦ green 176 ◦ blue 113

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

Shades of Putty #CCB071

Tints of Putty #CCB071

RGB

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

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

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

R = 41.38%
G = 35.7%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCB071 (or 0xCCB071) is known color: Putty. HEX triplet: CC, B0 and 71. RGB value is (204,176,113). Sum of RGB (Red+Green+Blue) = 204+176+113=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB071 is #334F8E. Grayscale: #B1B1B1. Windows color (decimal): -3362703 or 7450828. OLE color: 7450828.

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

Color convert

RGB 204 176 113 -
CMYK 0 0.14 0.45 0.2
HSL 41.54º 0.47% 0.62% -
HSV(B) 41.54º 0.45% 0.8% -
XYZ 43.41 45.08 22.04 -
YUV 177.19 91.78 147.12 -
System Red Green Blue C M Y K H S L
Decimal 204 176 113 0 0.14 0.45 0.2 41.54 0.47 0.62
Hex CC B0 71 0 E 2D 14 2A 2F 3E
Octal 314 260 161 0 16 55 24 52 57 76
Binary 11001100 10110000 1110001 0 1110 101101 10100 101010 101111 111110

Color Harmonies of #CCB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB071

Black with #CCB071

Text Example


Text Example

White with #CCB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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