Html Css Color HEX #CE7F6B Burning Sand

📋 copy color: '#CE7F6B'

red 206 ◦ green 127 ◦ blue 107

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

Shades of Burning Sand #CE7F6B

Tints of Burning Sand #CE7F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 46.82%
G = 28.86%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE7F6B (or 0xCE7F6B) is known color: Burning Sand. HEX triplet: CE, 7F and 6B. RGB value is (206,127,107). Sum of RGB (Red+Green+Blue) = 206+127+107=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F6B is #318094. Grayscale: #949494. Windows color (decimal): -3244181 or 7045070. OLE color: 7045070.

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

Color convert

RGB 206 127 107 -
CMYK 0 0.38 0.48 0.19
HSL 12.12º 0.5% 0.61% -
HSV(B) 12.12º 0.48% 0.81% -
XYZ 35.7 29.36 17.7 -
YUV 148.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 206 127 107 0 0.38 0.48 0.19 12.12 0.5 0.61
Hex CE 7F 6B 0 26 30 13 C 32 3D
Octal 316 177 153 0 46 60 23 14 62 75
Binary 11001110 1111111 1101011 0 100110 110000 10011 1100 110010 111101

Color Harmonies of #CE7F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F6B

Black with #CE7F6B

Text Example


Text Example

White with #CE7F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F6B; }

 p { color: rgb(206,127,107); }

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

background-color css

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

 a { background-color: rgb(206,127,107); }

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

border-color css

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

 span { border-color: rgb(206,127,107); }

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