Html Css Color HEX #CC7E5E Burning Sand

📋 copy color: '#CC7E5E'

red 204 ◦ green 126 ◦ blue 94

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

Shades of Burning Sand #CC7E5E

Tints of Burning Sand #CC7E5E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.72%

 BLUE value IS 94 (37.11% from 255) = 22.17%

R = 48.11%
G = 29.72%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC7E5E (or 0xCC7E5E) is known color: Burning Sand. HEX triplet: CC, 7E and 5E. RGB value is (204,126,94). Sum of RGB (Red+Green+Blue) = 204+126+94=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E5E is #3381A1. Grayscale: #919191. Windows color (decimal): -3375522 or 6192844. OLE color: 6192844.

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

Color convert

RGB 204 126 94 -
CMYK 0 0.38 0.54 0.2
HSL 17.45º 0.52% 0.58% -
HSV(B) 17.45º 0.54% 0.8% -
XYZ 34.38 28.57 14.29 -
YUV 145.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 204 126 94 0 0.38 0.54 0.2 17.45 0.52 0.58
Hex CC 7E 5E 0 26 36 14 11 34 3A
Octal 314 176 136 0 46 66 24 21 64 72
Binary 11001100 1111110 1011110 0 100110 110110 10100 10001 110100 111010

Color Harmonies of #CC7E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7E5E

Black with #CC7E5E

Text Example


Text Example

White with #CC7E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7E5E; }

 p { color: rgb(204,126,94); }

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

background-color css

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

 a { background-color: rgb(204,126,94); }

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

border-color css

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

 span { border-color: rgb(204,126,94); }

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