Html Css Color HEX #C68570 Burning Sand

📋 copy color: '#C68570'

red 198 ◦ green 133 ◦ blue 112

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

Shades of Burning Sand #C68570

Tints of Burning Sand #C68570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

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

R = 44.7%
G = 30.02%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C68570 (or 0xC68570) is known color: Burning Sand. HEX triplet: C6, 85 and 70. RGB value is (198,133,112). Sum of RGB (Red+Green+Blue) = 198+133+112=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C68570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68570 is #397A8F. Grayscale: #969696. Windows color (decimal): -3766928 or 7374278. OLE color: 7374278.

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

Color convert

RGB 198 133 112 -
CMYK 0 0.33 0.43 0.22
HSL 14.65º 0.43% 0.61% -
HSV(B) 14.65º 0.43% 0.78% -
XYZ 34.6 29.95 19.29 -
YUV 150.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 198 133 112 0 0.33 0.43 0.22 14.65 0.43 0.61
Hex C6 85 70 0 21 2B 16 F 2B 3D
Octal 306 205 160 0 41 53 26 17 53 75
Binary 11000110 10000101 1110000 0 100001 101011 10110 1111 101011 111101

Color Harmonies of #C68570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68570

Black with #C68570

Text Example


Text Example

White with #C68570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68570; }

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

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

background-color css

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

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

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

border-color css

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

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

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