Html Css Color HEX #C08062 Burning Sand

📋 copy color: '#C08062'

red 192 ◦ green 128 ◦ blue 98

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

Shades of Burning Sand #C08062

Tints of Burning Sand #C08062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

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

R = 45.93%
G = 30.62%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C08062 (or 0xC08062) is known color: Burning Sand. HEX triplet: C0, 80 and 62. RGB value is (192,128,98). Sum of RGB (Red+Green+Blue) = 192+128+98=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 98 (38.67% from 255 or 23.44% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C08062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08062 is #3F7F9D. Grayscale: #8F8F8F. Windows color (decimal): -4161438 or 6455488. OLE color: 6455488.

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

Color convert

RGB 192 128 98 -
CMYK 0 0.33 0.49 0.25
HSL 19.15º 0.43% 0.57% -
HSV(B) 19.15º 0.49% 0.75% -
XYZ 31.66 27.53 15.2 -
YUV 143.72 102.2 162.44 -
System Red Green Blue C M Y K H S L
Decimal 192 128 98 0 0.33 0.49 0.25 19.15 0.43 0.57
Hex C0 80 62 0 21 31 19 13 2B 39
Octal 300 200 142 0 41 61 31 23 53 71
Binary 11000000 10000000 1100010 0 100001 110001 11001 10011 101011 111001

Color Harmonies of #C08062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08062

Black with #C08062

Text Example


Text Example

White with #C08062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08062; }

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

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

background-color css

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

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

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

border-color css

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

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

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