Html Css Color HEX #C0826C Burning Sand

📋 copy color: '#C0826C'

red 192 ◦ green 130 ◦ blue 108

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

Shades of Burning Sand #C0826C

Tints of Burning Sand #C0826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.23%

 BLUE value IS 108 (42.58% from 255) = 25.12%

R = 44.65%
G = 30.23%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0826C (or 0xC0826C) is known color: Burning Sand. HEX triplet: C0, 82 and 6C. RGB value is (192,130,108). Sum of RGB (Red+Green+Blue) = 192+130+108=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0826C is #3F7D93. Grayscale: #929292. Windows color (decimal): -4160916 or 7111360. OLE color: 7111360.

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

Color convert

RGB 192 130 108 -
CMYK 0 0.32 0.44 0.25
HSL 15.71º 0.4% 0.59% -
HSV(B) 15.71º 0.44% 0.75% -
XYZ 32.43 28.25 17.93 -
YUV 146.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 192 130 108 0 0.32 0.44 0.25 15.71 0.4 0.59
Hex C0 82 6C 0 20 2C 19 10 28 3B
Octal 300 202 154 0 40 54 31 20 50 73
Binary 11000000 10000010 1101100 0 100000 101100 11001 10000 101000 111011

Color Harmonies of #C0826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0826C

Black with #C0826C

Text Example


Text Example

White with #C0826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0826C; }

 p { color: rgb(192,130,108); }

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

background-color css

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

 a { background-color: rgb(192,130,108); }

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

border-color css

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

 span { border-color: rgb(192,130,108); }

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