Html Css Color HEX #CCB475 Putty

📋 copy color: '#CCB475'

red 204 ◦ green 180 ◦ blue 117

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

Shades of Putty #CCB475

Tints of Putty #CCB475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.93%

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 40.72%
G = 35.93%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCB475 (or 0xCCB475) is known color: Putty. HEX triplet: CC, B4 and 75. RGB value is (204,180,117). Sum of RGB (Red+Green+Blue) = 204+180+117=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB475 is #334B8A. Grayscale: #B4B4B4. Windows color (decimal): -3361675 or 7713996. OLE color: 7713996.

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

Color convert

RGB 204 180 117 -
CMYK 0 0.12 0.43 0.2
HSL 43.45º 0.46% 0.63% -
HSV(B) 43.45º 0.43% 0.8% -
XYZ 44.43 46.76 23.51 -
YUV 179.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 204 180 117 0 0.12 0.43 0.2 43.45 0.46 0.63
Hex CC B4 75 0 C 2B 14 2B 2E 3F
Octal 314 264 165 0 14 53 24 53 56 77
Binary 11001100 10110100 1110101 0 1100 101011 10100 101011 101110 111111

Color Harmonies of #CCB475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB475

Black with #CCB475

Text Example


Text Example

White with #CCB475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB475; }

 p { color: rgb(204,180,117); }

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

background-color css

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

 a { background-color: rgb(204,180,117); }

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

border-color css

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

 span { border-color: rgb(204,180,117); }

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