Html Css Color HEX #CE7D69 Burning Sand

📋 copy color: '#CE7D69'

red 206 ◦ green 125 ◦ blue 105

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

Shades of Burning Sand #CE7D69

Tints of Burning Sand #CE7D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.08%

R = 47.25%
G = 28.67%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE7D69 (or 0xCE7D69) is known color: Burning Sand. HEX triplet: CE, 7D and 69. RGB value is (206,125,105). Sum of RGB (Red+Green+Blue) = 206+125+105=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 105 (41.41% from 255 or 24.08% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D69 is #318296. Grayscale: #939393. Windows color (decimal): -3244695 or 6913486. OLE color: 6913486.

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

Color convert

RGB 206 125 105 -
CMYK 0 0.39 0.49 0.19
HSL 11.88º 0.51% 0.61% -
HSV(B) 11.88º 0.49% 0.81% -
XYZ 35.34 28.81 17.06 -
YUV 146.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 206 125 105 0 0.39 0.49 0.19 11.88 0.51 0.61
Hex CE 7D 69 0 27 31 13 C 33 3D
Octal 316 175 151 0 47 61 23 14 63 75
Binary 11001110 1111101 1101001 0 100111 110001 10011 1100 110011 111101

Color Harmonies of #CE7D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D69

Black with #CE7D69

Text Example


Text Example

White with #CE7D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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