Html Css Color HEX #CCB870 Putty

📋 copy color: '#CCB870'

red 204 ◦ green 184 ◦ blue 112

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

Shades of Putty #CCB870

Tints of Putty #CCB870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.8%

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 40.8%
G = 36.8%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCB870 (or 0xCCB870) is known color: Putty. HEX triplet: CC, B8 and 70. RGB value is (204,184,112). Sum of RGB (Red+Green+Blue) = 204+184+112=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 184 (72.27% from 255 or 36.8% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB870 is #33478F. Grayscale: #B6B6B6. Windows color (decimal): -3360656 or 7387340. OLE color: 7387340.

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

Color convert

RGB 204 184 112 -
CMYK 0 0.10 0.45 0.2
HSL 46.96º 0.47% 0.62% -
HSV(B) 46.96º 0.45% 0.8% -
XYZ 44.97 48.29 22.28 -
YUV 181.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 204 184 112 0 0.10 0.45 0.2 46.96 0.47 0.62
Hex CC B8 70 0 A 2D 14 2F 2F 3E
Octal 314 270 160 0 12 55 24 57 57 76
Binary 11001100 10111000 1110000 0 1010 101101 10100 101111 101111 111110

Color Harmonies of #CCB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB870

Black with #CCB870

Text Example


Text Example

White with #CCB870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB870; }

 p { color: rgb(204,184,112); }

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

background-color css

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

 a { background-color: rgb(204,184,112); }

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

border-color css

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

 span { border-color: rgb(204,184,112); }

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