Html Css Color HEX #CB7A62 Burning Sand

📋 copy color: '#CB7A62'

red 203 ◦ green 122 ◦ blue 98

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

Shades of Burning Sand #CB7A62

Tints of Burning Sand #CB7A62

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

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

R = 47.99%
G = 28.84%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB7A62 (or 0xCB7A62) is known color: Burning Sand. HEX triplet: CB, 7A and 62. RGB value is (203,122,98). Sum of RGB (Red+Green+Blue) = 203+122+98=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7A62 is #34859D. Grayscale: #8F8F8F. Windows color (decimal): -3442078 or 6453963. OLE color: 6453963.

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

Color convert

RGB 203 122 98 -
CMYK 0 0.40 0.52 0.20
HSL 13.71º 0.5% 0.59% -
HSV(B) 13.71º 0.52% 0.8% -
XYZ 33.79 27.5 15.08 -
YUV 143.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 203 122 98 0 0.40 0.52 0.20 13.71 0.5 0.59
Hex CB 7A 62 0 28 34 14 E 32 3B
Octal 313 172 142 0 50 64 24 16 62 73
Binary 11001011 1111010 1100010 0 101000 110100 10100 1110 110010 111011

Color Harmonies of #CB7A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A62

Black with #CB7A62

Text Example


Text Example

White with #CB7A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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