Html Css Color HEX #CE7B6A Burning Sand

📋 copy color: '#CE7B6A'

red 206 ◦ green 123 ◦ blue 106

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

Shades of Burning Sand #CE7B6A

Tints of Burning Sand #CE7B6A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.28%

 BLUE value IS 106 (41.8% from 255) = 24.37%

R = 47.36%
G = 28.28%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE7B6A (or 0xCE7B6A) is known color: Burning Sand. HEX triplet: CE, 7B and 6A. RGB value is (206,123,106). Sum of RGB (Red+Green+Blue) = 206+123+106=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B6A is #318495. Grayscale: #929292. Windows color (decimal): -3245206 or 6978510. OLE color: 6978510.

HSL color Cylindrical-coordinate representation of color #CE7B6A: hue angle of 10.2º 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 #CE7B6A is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 106 -
CMYK 0 0.40 0.49 0.19
HSL 10.2º 0.51% 0.61% -
HSV(B) 10.2º 0.49% 0.81% -
XYZ 35.14 28.33 17.25 -
YUV 145.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 206 123 106 0 0.40 0.49 0.19 10.2 0.51 0.61
Hex CE 7B 6A 0 28 31 13 A 33 3D
Octal 316 173 152 0 50 61 23 12 63 75
Binary 11001110 1111011 1101010 0 101000 110001 10011 1010 110011 111101

Color Harmonies of #CE7B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B6A

Black with #CE7B6A

Text Example


Text Example

White with #CE7B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B6A; }

 p { color: rgb(206,123,106); }

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

background-color css

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

 a { background-color: rgb(206,123,106); }

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

border-color css

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

 span { border-color: rgb(206,123,106); }

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