Html Css Color HEX #C08365 Burning Sand

📋 copy color: '#C08365'

red 192 ◦ green 131 ◦ blue 101

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

Shades of Burning Sand #C08365

Tints of Burning Sand #C08365

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

 BLUE value IS 101 (39.84% from 255) = 23.82%

R = 45.28%
G = 30.9%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08365 (or 0xC08365) is known color: Burning Sand. HEX triplet: C0, 83 and 65. RGB value is (192,131,101). Sum of RGB (Red+Green+Blue) = 192+131+101=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C08365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08365 is #3F7C9A. Grayscale: #929292. Windows color (decimal): -4160667 or 6652864. OLE color: 6652864.

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

Color convert

RGB 192 131 101 -
CMYK 0 0.32 0.47 0.25
HSL 19.78º 0.42% 0.57% -
HSV(B) 19.78º 0.47% 0.75% -
XYZ 32.2 28.38 16.09 -
YUV 145.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 192 131 101 0 0.32 0.47 0.25 19.78 0.42 0.57
Hex C0 83 65 0 20 2F 19 14 2A 39
Octal 300 203 145 0 40 57 31 24 52 71
Binary 11000000 10000011 1100101 0 100000 101111 11001 10100 101010 111001

Color Harmonies of #C08365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08365

Black with #C08365

Text Example


Text Example

White with #C08365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08365; }

 p { color: rgb(192,131,101); }

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

background-color css

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

 a { background-color: rgb(192,131,101); }

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

border-color css

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

 span { border-color: rgb(192,131,101); }

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