Html Css Color HEX #CE7D62 Burning Sand

📋 copy color: '#CE7D62'

red 206 ◦ green 125 ◦ blue 98

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

Shades of Burning Sand #CE7D62

Tints of Burning Sand #CE7D62

RGB

 RED value IS 206 (80.86% from 255) = 48.02%

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

 BLUE value IS 98 (38.67% from 255) = 22.84%

R = 48.02%
G = 29.14%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CE7D62 (or 0xCE7D62) is known color: Burning Sand. HEX triplet: CE, 7D and 62. RGB value is (206,125,98). Sum of RGB (Red+Green+Blue) = 206+125+98=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D62 is #31829D. Grayscale: #929292. Windows color (decimal): -3244702 or 6454734. OLE color: 6454734.

HSL color Cylindrical-coordinate representation of color #CE7D62: hue angle of 15º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE7D62 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 98 -
CMYK 0 0.39 0.52 0.19
HSL 15º 0.52% 0.6% -
HSV(B) 15º 0.52% 0.81% -
XYZ 34.99 28.67 15.25 -
YUV 146.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 206 125 98 0 0.39 0.52 0.19 15 0.52 0.6
Hex CE 7D 62 0 27 34 13 F 34 3C
Octal 316 175 142 0 47 64 23 17 64 74
Binary 11001110 1111101 1100010 0 100111 110100 10011 1111 110100 111100

Color Harmonies of #CE7D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D62

Black with #CE7D62

Text Example


Text Example

White with #CE7D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D62; }

 p { color: rgb(206,125,98); }

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

background-color css

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

 a { background-color: rgb(206,125,98); }

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

border-color css

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

 span { border-color: rgb(206,125,98); }

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