Html Css Color HEX #C08865 Burning Sand

📋 copy color: '#C08865'

red 192 ◦ green 136 ◦ blue 101

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

Shades of Burning Sand #C08865

Tints of Burning Sand #C08865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

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

R = 44.76%
G = 31.7%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08865 (or 0xC08865) is known color: Burning Sand. HEX triplet: C0, 88 and 65. RGB value is (192,136,101). Sum of RGB (Red+Green+Blue) = 192+136+101=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C08865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08865 is #3F779A. Grayscale: #949494. Windows color (decimal): -4159387 or 6654144. OLE color: 6654144.

HSL color Cylindrical-coordinate representation of color #C08865: hue angle of 23.08º 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 #C08865 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 101 -
CMYK 0 0.29 0.47 0.25
HSL 23.08º 0.42% 0.57% -
HSV(B) 23.08º 0.47% 0.75% -
XYZ 32.89 29.75 16.32 -
YUV 148.75 101.05 158.85 -
System Red Green Blue C M Y K H S L
Decimal 192 136 101 0 0.29 0.47 0.25 23.08 0.42 0.57
Hex C0 88 65 0 1D 2F 19 17 2A 39
Octal 300 210 145 0 35 57 31 27 52 71
Binary 11000000 10001000 1100101 0 11101 101111 11001 10111 101010 111001

Color Harmonies of #C08865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08865

Black with #C08865

Text Example


Text Example

White with #C08865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08865; }

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

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

background-color css

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

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

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

border-color css

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

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

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