Html Css Color HEX #C08462 Burning Sand

📋 copy color: '#C08462'

red 192 ◦ green 132 ◦ blue 98

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

Shades of Burning Sand #C08462

Tints of Burning Sand #C08462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

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

R = 45.5%
G = 31.28%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C08462 (or 0xC08462) is known color: Burning Sand. HEX triplet: C0, 84 and 62. RGB value is (192,132,98). Sum of RGB (Red+Green+Blue) = 192+132+98=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C08462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08462 is #3F7B9D. Grayscale: #929292. Windows color (decimal): -4160414 or 6456512. OLE color: 6456512.

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

Color convert

RGB 192 132 98 -
CMYK 0 0.31 0.49 0.25
HSL 21.7º 0.43% 0.57% -
HSV(B) 21.7º 0.49% 0.75% -
XYZ 32.19 28.59 15.38 -
YUV 146.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 192 132 98 0 0.31 0.49 0.25 21.7 0.43 0.57
Hex C0 84 62 0 1F 31 19 16 2B 39
Octal 300 204 142 0 37 61 31 26 53 71
Binary 11000000 10000100 1100010 0 11111 110001 11001 10110 101011 111001

Color Harmonies of #C08462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08462

Black with #C08462

Text Example


Text Example

White with #C08462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08462; }

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

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

background-color css

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

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

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

border-color css

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

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

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