Html Css Color HEX #CB7C62 Burning Sand

📋 copy color: '#CB7C62'

red 203 ◦ green 124 ◦ blue 98

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

Shades of Burning Sand #CB7C62

Tints of Burning Sand #CB7C62

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.18%

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

R = 47.76%
G = 29.18%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7C62 (or 0xCB7C62) is known color: Burning Sand. HEX triplet: CB, 7C and 62. RGB value is (203,124,98). Sum of RGB (Red+Green+Blue) = 203+124+98=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 124 (48.83% from 255 or 29.18% from 425); Blue value is 98 (38.67% from 255 or 23.06% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C62 is #34839D. Grayscale: #909090. Windows color (decimal): -3441566 or 6454475. OLE color: 6454475.

HSL color Cylindrical-coordinate representation of color #CB7C62: hue angle of 14.86º 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 #CB7C62 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 124 98 -
CMYK 0 0.39 0.52 0.20
HSL 14.86º 0.5% 0.59% -
HSV(B) 14.86º 0.52% 0.8% -
XYZ 34.04 27.99 15.16 -
YUV 144.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 203 124 98 0 0.39 0.52 0.20 14.86 0.5 0.59
Hex CB 7C 62 0 27 34 14 F 32 3B
Octal 313 174 142 0 47 64 24 17 62 73
Binary 11001011 1111100 1100010 0 100111 110100 10100 1111 110010 111011

Color Harmonies of #CB7C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C62

Black with #CB7C62

Text Example


Text Example

White with #CB7C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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