Html Css Color HEX #CCB874 Putty

📋 copy color: '#CCB874'

red 204 ◦ green 184 ◦ blue 116

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

Shades of Putty #CCB874

Tints of Putty #CCB874

RGB

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

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

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

R = 40.48%
G = 36.51%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCB874 (or 0xCCB874) is known color: Putty. HEX triplet: CC, B8 and 74. RGB value is (204,184,116). Sum of RGB (Red+Green+Blue) = 204+184+116=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB874 is #33478B. Grayscale: #B6B6B6. Windows color (decimal): -3360652 or 7649484. OLE color: 7649484.

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

Color convert

RGB 204 184 116 -
CMYK 0 0.10 0.43 0.2
HSL 46.36º 0.46% 0.63% -
HSV(B) 46.36º 0.43% 0.8% -
XYZ 45.19 48.38 23.48 -
YUV 182.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 204 184 116 0 0.10 0.43 0.2 46.36 0.46 0.63
Hex CC B8 74 0 A 2B 14 2E 2E 3F
Octal 314 270 164 0 12 53 24 56 56 77
Binary 11001100 10111000 1110100 0 1010 101011 10100 101110 101110 111111

Color Harmonies of #CCB874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB874

Black with #CCB874

Text Example


Text Example

White with #CCB874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB874; }

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

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

background-color css

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

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

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

border-color css

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

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

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