Html Css Color HEX #C58068 Burning Sand

📋 copy color: '#C58068'

red 197 ◦ green 128 ◦ blue 104

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

Shades of Burning Sand #C58068

Tints of Burning Sand #C58068

RGB

 RED value IS 197 (77.34% from 255) = 45.92%

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

 BLUE value IS 104 (41.02% from 255) = 24.24%

R = 45.92%
G = 29.84%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C58068 (or 0xC58068) is known color: Burning Sand. HEX triplet: C5, 80 and 68. RGB value is (197,128,104). Sum of RGB (Red+Green+Blue) = 197+128+104=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C58068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58068 is #3A7F97. Grayscale: #929292. Windows color (decimal): -3833752 or 6848709. OLE color: 6848709.

HSL color Cylindrical-coordinate representation of color #C58068: hue angle of 15.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C58068 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 128 104 -
CMYK 0 0.35 0.47 0.23
HSL 15.48º 0.44% 0.59% -
HSV(B) 15.48º 0.47% 0.77% -
XYZ 33.24 28.31 16.81 -
YUV 145.9 104.36 164.45 -
System Red Green Blue C M Y K H S L
Decimal 197 128 104 0 0.35 0.47 0.23 15.48 0.44 0.59
Hex C5 80 68 0 23 2F 17 F 2C 3B
Octal 305 200 150 0 43 57 27 17 54 73
Binary 11000101 10000000 1101000 0 100011 101111 10111 1111 101100 111011

Color Harmonies of #C58068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58068

Black with #C58068

Text Example


Text Example

White with #C58068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58068; }

 p { color: rgb(197,128,104); }

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

background-color css

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

 a { background-color: rgb(197,128,104); }

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

border-color css

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

 span { border-color: rgb(197,128,104); }

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