Html Css Color HEX #CB7E62 Burning Sand

📋 copy color: '#CB7E62'

red 203 ◦ green 126 ◦ blue 98

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

Shades of Burning Sand #CB7E62

Tints of Burning Sand #CB7E62

RGB

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

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

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

R = 47.54%
G = 29.51%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7E62 (or 0xCB7E62) is known color: Burning Sand. HEX triplet: CB, 7E and 62. RGB value is (203,126,98). Sum of RGB (Red+Green+Blue) = 203+126+98=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E62 is #34819D. Grayscale: #929292. Windows color (decimal): -3441054 or 6454987. OLE color: 6454987.

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

Color convert

RGB 203 126 98 -
CMYK 0 0.38 0.52 0.20
HSL 16º 0.5% 0.59% -
HSV(B) 16º 0.52% 0.8% -
XYZ 34.29 28.5 15.25 -
YUV 145.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 203 126 98 0 0.38 0.52 0.20 16 0.5 0.59
Hex CB 7E 62 0 26 34 14 10 32 3B
Octal 313 176 142 0 46 64 24 20 62 73
Binary 11001011 1111110 1100010 0 100110 110100 10100 10000 110010 111011

Color Harmonies of #CB7E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7E62

Black with #CB7E62

Text Example


Text Example

White with #CB7E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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