Html Css Color HEX #CC7D59 Burning Sand

📋 copy color: '#CC7D59'

red 204 ◦ green 125 ◦ blue 89

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

Shades of Burning Sand #CC7D59

Tints of Burning Sand #CC7D59

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 89 (35.16% from 255) = 21.29%

R = 48.8%
G = 29.9%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC7D59 (or 0xCC7D59) is known color: Burning Sand. HEX triplet: CC, 7D and 59. RGB value is (204,125,89). Sum of RGB (Red+Green+Blue) = 204+125+89=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D59 is #3382A6. Grayscale: #909090. Windows color (decimal): -3375783 or 5864908. OLE color: 5864908.

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

Color convert

RGB 204 125 89 -
CMYK 0 0.39 0.56 0.2
HSL 18.78º 0.53% 0.57% -
HSV(B) 18.78º 0.56% 0.8% -
XYZ 34.04 28.23 13.11 -
YUV 144.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 204 125 89 0 0.39 0.56 0.2 18.78 0.53 0.57
Hex CC 7D 59 0 27 38 14 13 35 39
Octal 314 175 131 0 47 70 24 23 65 71
Binary 11001100 1111101 1011001 0 100111 111000 10100 10011 110101 111001

Color Harmonies of #CC7D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D59

Black with #CC7D59

Text Example


Text Example

White with #CC7D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D59; }

 p { color: rgb(204,125,89); }

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

background-color css

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

 a { background-color: rgb(204,125,89); }

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

border-color css

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

 span { border-color: rgb(204,125,89); }

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