Html Css Color HEX #C68070 Burning Sand

📋 copy color: '#C68070'

red 198 ◦ green 128 ◦ blue 112

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

Shades of Burning Sand #C68070

Tints of Burning Sand #C68070

RGB

 RED value IS 198 (77.73% from 255) = 45.21%

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

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 45.21%
G = 29.22%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C68070 (or 0xC68070) is known color: Burning Sand. HEX triplet: C6, 80 and 70. RGB value is (198,128,112). Sum of RGB (Red+Green+Blue) = 198+128+112=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 128 (50.39% from 255 or 29.22% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C68070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68070 is #397F8F. Grayscale: #939393. Windows color (decimal): -3768208 or 7372998. OLE color: 7372998.

HSL color Cylindrical-coordinate representation of color #C68070: hue angle of 11.16º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C68070 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 112 -
CMYK 0 0.35 0.43 0.22
HSL 11.16º 0.43% 0.61% -
HSV(B) 11.16º 0.43% 0.78% -
XYZ 33.93 28.61 19.06 -
YUV 147.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 198 128 112 0 0.35 0.43 0.22 11.16 0.43 0.61
Hex C6 80 70 0 23 2B 16 B 2B 3D
Octal 306 200 160 0 43 53 26 13 53 75
Binary 11000110 10000000 1110000 0 100011 101011 10110 1011 101011 111101

Color Harmonies of #C68070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68070

Black with #C68070

Text Example


Text Example

White with #C68070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68070; }

 p { color: rgb(198,128,112); }

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

background-color css

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

 a { background-color: rgb(198,128,112); }

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

border-color css

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

 span { border-color: rgb(198,128,112); }

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