Html Css Color HEX #CC7C5F Burning Sand

📋 copy color: '#CC7C5F'

red 204 ◦ green 124 ◦ blue 95

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

Shades of Burning Sand #CC7C5F

Tints of Burning Sand #CC7C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.46%

R = 48.23%
G = 29.31%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC7C5F (or 0xCC7C5F) is known color: Burning Sand. HEX triplet: CC, 7C and 5F. RGB value is (204,124,95). Sum of RGB (Red+Green+Blue) = 204+124+95=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C5F is #3383A0. Grayscale: #909090. Windows color (decimal): -3376033 or 6257868. OLE color: 6257868.

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

Color convert

RGB 204 124 95 -
CMYK 0 0.39 0.53 0.2
HSL 15.96º 0.52% 0.59% -
HSV(B) 15.96º 0.53% 0.8% -
XYZ 34.18 28.08 14.45 -
YUV 144.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 204 124 95 0 0.39 0.53 0.2 15.96 0.52 0.59
Hex CC 7C 5F 0 27 35 14 10 34 3B
Octal 314 174 137 0 47 65 24 20 64 73
Binary 11001100 1111100 1011111 0 100111 110101 10100 10000 110100 111011

Color Harmonies of #CC7C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C5F

Black with #CC7C5F

Text Example


Text Example

White with #CC7C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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