Html Css Color HEX #C0815A Burning Sand

📋 copy color: '#C0815A'

red 192 ◦ green 129 ◦ blue 90

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

Shades of Burning Sand #C0815A

Tints of Burning Sand #C0815A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 46.72%
G = 31.39%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0815A (or 0xC0815A) is known color: Burning Sand. HEX triplet: C0, 81 and 5A. RGB value is (192,129,90). Sum of RGB (Red+Green+Blue) = 192+129+90=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C0815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0815A is #3F7EA5. Grayscale: #8F8F8F. Windows color (decimal): -4161190 or 5931456. OLE color: 5931456.

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

Color convert

RGB 192 129 90 -
CMYK 0 0.33 0.53 0.25
HSL 22.94º 0.45% 0.55% -
HSV(B) 22.94º 0.53% 0.75% -
XYZ 31.43 27.65 13.35 -
YUV 143.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 192 129 90 0 0.33 0.53 0.25 22.94 0.45 0.55
Hex C0 81 5A 0 21 35 19 17 2D 37
Octal 300 201 132 0 41 65 31 27 55 67
Binary 11000000 10000001 1011010 0 100001 110101 11001 10111 101101 110111

Color Harmonies of #C0815A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0815A

Black with #C0815A

Text Example


Text Example

White with #C0815A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0815A; }

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

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

background-color css

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

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

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

border-color css

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

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

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