Html Css Color HEX #CC7C5E Burning Sand

📋 copy color: '#CC7C5E'

red 204 ◦ green 124 ◦ blue 94

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

Shades of Burning Sand #CC7C5E

Tints of Burning Sand #CC7C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

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

R = 48.34%
G = 29.38%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC7C5E (or 0xCC7C5E) is known color: Burning Sand. HEX triplet: CC, 7C and 5E. RGB value is (204,124,94). Sum of RGB (Red+Green+Blue) = 204+124+94=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C5E is #3383A1. Grayscale: #909090. Windows color (decimal): -3376034 or 6192332. OLE color: 6192332.

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

Color convert

RGB 204 124 94 -
CMYK 0 0.39 0.54 0.2
HSL 16.36º 0.52% 0.58% -
HSV(B) 16.36º 0.54% 0.8% -
XYZ 34.13 28.06 14.21 -
YUV 144.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 204 124 94 0 0.39 0.54 0.2 16.36 0.52 0.58
Hex CC 7C 5E 0 27 36 14 10 34 3A
Octal 314 174 136 0 47 66 24 20 64 72
Binary 11001100 1111100 1011110 0 100111 110110 10100 10000 110100 111010

Color Harmonies of #CC7C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C5E

Black with #CC7C5E

Text Example


Text Example

White with #CC7C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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