Html Css Color HEX #C0815C Burning Sand

📋 copy color: '#C0815C'

red 192 ◦ green 129 ◦ blue 92

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

Shades of Burning Sand #C0815C

Tints of Burning Sand #C0815C

RGB

 RED value IS 192 (75.39% from 255) = 46.49%

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

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

R = 46.49%
G = 31.23%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0815C (or 0xC0815C) is known color: Burning Sand. HEX triplet: C0, 81 and 5C. RGB value is (192,129,92). Sum of RGB (Red+Green+Blue) = 192+129+92=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0815C is #3F7EA3. Grayscale: #8F8F8F. Windows color (decimal): -4161188 or 6062528. OLE color: 6062528.

HSL color Cylindrical-coordinate representation of color #C0815C: hue angle of 22.2º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0815C is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 129 92 -
CMYK 0 0.33 0.52 0.25
HSL 22.2º 0.44% 0.56% -
HSV(B) 22.2º 0.52% 0.75% -
XYZ 31.52 27.68 13.81 -
YUV 143.62 98.87 162.51 -
System Red Green Blue C M Y K H S L
Decimal 192 129 92 0 0.33 0.52 0.25 22.2 0.44 0.56
Hex C0 81 5C 0 21 34 19 16 2C 38
Octal 300 201 134 0 41 64 31 26 54 70
Binary 11000000 10000001 1011100 0 100001 110100 11001 10110 101100 111000

Color Harmonies of #C0815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0815C

Black with #C0815C

Text Example


Text Example

White with #C0815C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0815C; }

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

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

background-color css

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

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

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

border-color css

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

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

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