Html Css Color HEX #CC7F55 Burning Sand

📋 copy color: '#CC7F55'

red 204 ◦ green 127 ◦ blue 85

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

Shades of Burning Sand #CC7F55

Tints of Burning Sand #CC7F55

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

 BLUE value IS 85 (33.59% from 255) = 20.43%

R = 49.04%
G = 30.53%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC7F55 (or 0xCC7F55) is known color: Burning Sand. HEX triplet: CC, 7F and 55. RGB value is (204,127,85). Sum of RGB (Red+Green+Blue) = 204+127+85=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F55 is #3380AA. Grayscale: #919191. Windows color (decimal): -3375275 or 5603276. OLE color: 5603276.

HSL color Cylindrical-coordinate representation of color #CC7F55: hue angle of 21.18º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC7F55 is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 127 85 -
CMYK 0 0.38 0.58 0.2
HSL 21.18º 0.54% 0.57% -
HSV(B) 21.18º 0.58% 0.8% -
XYZ 34.13 28.67 12.33 -
YUV 145.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 204 127 85 0 0.38 0.58 0.2 21.18 0.54 0.57
Hex CC 7F 55 0 26 3A 14 15 36 39
Octal 314 177 125 0 46 72 24 25 66 71
Binary 11001100 1111111 1010101 0 100110 111010 10100 10101 110110 111001

Color Harmonies of #CC7F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7F55

Black with #CC7F55

Text Example


Text Example

White with #CC7F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7F55; }

 p { color: rgb(204,127,85); }

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

background-color css

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

 a { background-color: rgb(204,127,85); }

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

border-color css

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

 span { border-color: rgb(204,127,85); }

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