Html Css Color HEX #CCB075 Putty

📋 copy color: '#CCB075'

red 204 ◦ green 176 ◦ blue 117

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

Shades of Putty #CCB075

Tints of Putty #CCB075

RGB

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

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

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

R = 41.05%
G = 35.41%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCB075 (or 0xCCB075) is known color: Putty. HEX triplet: CC, B0 and 75. RGB value is (204,176,117). Sum of RGB (Red+Green+Blue) = 204+176+117=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB075 is #334F8A. Grayscale: #B1B1B1. Windows color (decimal): -3362699 or 7712972. OLE color: 7712972.

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

Color convert

RGB 204 176 117 -
CMYK 0 0.14 0.43 0.2
HSL 40.69º 0.46% 0.63% -
HSV(B) 40.69º 0.43% 0.8% -
XYZ 43.64 45.17 23.25 -
YUV 177.65 93.78 146.8 -
System Red Green Blue C M Y K H S L
Decimal 204 176 117 0 0.14 0.43 0.2 40.69 0.46 0.63
Hex CC B0 75 0 E 2B 14 29 2E 3F
Octal 314 260 165 0 16 53 24 51 56 77
Binary 11001100 10110000 1110101 0 1110 101011 10100 101001 101110 111111

Color Harmonies of #CCB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB075

Black with #CCB075

Text Example


Text Example

White with #CCB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB075; }

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

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

background-color css

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

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

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

border-color css

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

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

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