Html Css Color HEX #CB815C Burning Sand

📋 copy color: '#CB815C'

red 203 ◦ green 129 ◦ blue 92

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

Shades of Burning Sand #CB815C

Tints of Burning Sand #CB815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.7%

R = 47.88%
G = 30.42%
B = 21.7%

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

#CB815C (or 0xCB815C) is known color: Burning Sand. HEX triplet: CB, 81 and 5C. RGB value is (203,129,92). Sum of RGB (Red+Green+Blue) = 203+129+92=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB815C is #347EA3. Grayscale: #939393. Windows color (decimal): -3440292 or 6062539. OLE color: 6062539.

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

Color convert

RGB 203 129 92 -
CMYK 0 0.36 0.55 0.20
HSL 20º 0.52% 0.58% -
HSV(B) 20º 0.55% 0.8% -
XYZ 34.41 29.17 13.94 -
YUV 146.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 203 129 92 0 0.36 0.55 0.20 20 0.52 0.58
Hex CB 81 5C 0 24 37 14 14 34 3A
Octal 313 201 134 0 44 67 24 24 64 72
Binary 11001011 10000001 1011100 0 100100 110111 10100 10100 110100 111010

Color Harmonies of #CB815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB815C

Black with #CB815C

Text Example


Text Example

White with #CB815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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