Html Css Color HEX #CB7E6F Burning Sand

📋 copy color: '#CB7E6F'

red 203 ◦ green 126 ◦ blue 111

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

Shades of Burning Sand #CB7E6F

Tints of Burning Sand #CB7E6F

RGB

 RED value IS 203 (79.69% from 255) = 46.14%

 GREEN value IS 126 (49.61% from 255) = 28.64%

 BLUE value IS 111 (43.75% from 255) = 25.23%

R = 46.14%
G = 28.64%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CB7E6F (or 0xCB7E6F) is known color: Burning Sand. HEX triplet: CB, 7E and 6F. RGB value is (203,126,111). Sum of RGB (Red+Green+Blue) = 203+126+111=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E6F is #348190. Grayscale: #939393. Windows color (decimal): -3441041 or 7306955. OLE color: 7306955.

HSL color Cylindrical-coordinate representation of color #CB7E6F: hue angle of 9.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB7E6F is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 126 111 -
CMYK 0 0.38 0.45 0.20
HSL 9.78º 0.47% 0.62% -
HSV(B) 9.78º 0.45% 0.8% -
XYZ 34.96 28.77 18.75 -
YUV 147.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 203 126 111 0 0.38 0.45 0.20 9.78 0.47 0.62
Hex CB 7E 6F 0 26 2D 14 A 2F 3E
Octal 313 176 157 0 46 55 24 12 57 76
Binary 11001011 1111110 1101111 0 100110 101101 10100 1010 101111 111110

Color Harmonies of #CB7E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E6F

Black with #CB7E6F

Text Example


Text Example

White with #CB7E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E6F; }

 p { color: rgb(203,126,111); }

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

background-color css

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

 a { background-color: rgb(203,126,111); }

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

border-color css

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

 span { border-color: rgb(203,126,111); }

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