Html Css Color HEX #C08057 Burning Sand

📋 copy color: '#C08057'

red 192 ◦ green 128 ◦ blue 87

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

Shades of Burning Sand #C08057

Tints of Burning Sand #C08057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.38%

R = 47.17%
G = 31.45%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C08057 (or 0xC08057) is known color: Burning Sand. HEX triplet: C0, 80 and 57. RGB value is (192,128,87). Sum of RGB (Red+Green+Blue) = 192+128+87=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 87 (34.38% from 255 or 21.38% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C08057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08057 is #3F7FA8. Grayscale: #8E8E8E. Windows color (decimal): -4161449 or 5734592. OLE color: 5734592.

HSL color Cylindrical-coordinate representation of color #C08057: hue angle of 23.43º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C08057 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 87 -
CMYK 0 0.33 0.55 0.25
HSL 23.43º 0.45% 0.55% -
HSV(B) 23.43º 0.55% 0.75% -
XYZ 31.18 27.33 12.65 -
YUV 142.46 96.7 163.33 -
System Red Green Blue C M Y K H S L
Decimal 192 128 87 0 0.33 0.55 0.25 23.43 0.45 0.55
Hex C0 80 57 0 21 37 19 17 2D 37
Octal 300 200 127 0 41 67 31 27 55 67
Binary 11000000 10000000 1010111 0 100001 110111 11001 10111 101101 110111

Color Harmonies of #C08057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08057

Black with #C08057

Text Example


Text Example

White with #C08057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08057; }

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

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

background-color css

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

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

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

border-color css

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

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

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