Html Css Color HEX #C08862 Burning Sand

📋 copy color: '#C08862'

red 192 ◦ green 136 ◦ blue 98

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

Shades of Burning Sand #C08862

Tints of Burning Sand #C08862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23%

R = 45.07%
G = 31.92%
B = 23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C08862 (or 0xC08862) is known color: Burning Sand. HEX triplet: C0, 88 and 62. RGB value is (192,136,98). Sum of RGB (Red+Green+Blue) = 192+136+98=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C08862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08862 is #3F779D. Grayscale: #949494. Windows color (decimal): -4159390 or 6457536. OLE color: 6457536.

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

Color convert

RGB 192 136 98 -
CMYK 0 0.29 0.49 0.25
HSL 24.26º 0.43% 0.57% -
HSV(B) 24.26º 0.49% 0.75% -
XYZ 32.75 29.7 15.56 -
YUV 148.41 99.55 159.09 -
System Red Green Blue C M Y K H S L
Decimal 192 136 98 0 0.29 0.49 0.25 24.26 0.43 0.57
Hex C0 88 62 0 1D 31 19 18 2B 39
Octal 300 210 142 0 35 61 31 30 53 71
Binary 11000000 10001000 1100010 0 11101 110001 11001 11000 101011 111001

Color Harmonies of #C08862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08862

Black with #C08862

Text Example


Text Example

White with #C08862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08862; }

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

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

background-color css

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

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

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

border-color css

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

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

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