Html Css Color HEX #CB815B Burning Sand

📋 copy color: '#CB815B'

red 203 ◦ green 129 ◦ blue 91

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

Shades of Burning Sand #CB815B

Tints of Burning Sand #CB815B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.5%

 BLUE value IS 91 (35.94% from 255) = 21.51%

R = 47.99%
G = 30.5%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB815B (or 0xCB815B) is known color: Burning Sand. HEX triplet: CB, 81 and 5B. RGB value is (203,129,91). Sum of RGB (Red+Green+Blue) = 203+129+91=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB815B is #347EA4. Grayscale: #939393. Windows color (decimal): -3440293 or 5997003. OLE color: 5997003.

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

Color convert

RGB 203 129 91 -
CMYK 0 0.36 0.55 0.20
HSL 20.36º 0.52% 0.58% -
HSV(B) 20.36º 0.55% 0.8% -
XYZ 34.37 29.15 13.71 -
YUV 146.79 96.52 168.09 -
System Red Green Blue C M Y K H S L
Decimal 203 129 91 0 0.36 0.55 0.20 20.36 0.52 0.58
Hex CB 81 5B 0 24 37 14 14 34 3A
Octal 313 201 133 0 44 67 24 24 64 72
Binary 11001011 10000001 1011011 0 100100 110111 10100 10100 110100 111010

Color Harmonies of #CB815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB815B

Black with #CB815B

Text Example


Text Example

White with #CB815B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB815B; }

 p { color: rgb(203,129,91); }

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

background-color css

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

 a { background-color: rgb(203,129,91); }

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

border-color css

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

 span { border-color: rgb(203,129,91); }

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