Html Css Color HEX #C68068 Burning Sand

📋 copy color: '#C68068'

red 198 ◦ green 128 ◦ blue 104

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

Shades of Burning Sand #C68068

Tints of Burning Sand #C68068

RGB

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

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

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

R = 46.05%
G = 29.77%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C68068 (or 0xC68068) is known color: Burning Sand. HEX triplet: C6, 80 and 68. RGB value is (198,128,104). Sum of RGB (Red+Green+Blue) = 198+128+104=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C68068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68068 is #397F97. Grayscale: #929292. Windows color (decimal): -3768216 or 6848710. OLE color: 6848710.

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

Color convert

RGB 198 128 104 -
CMYK 0 0.35 0.47 0.22
HSL 15.32º 0.45% 0.59% -
HSV(B) 15.32º 0.47% 0.78% -
XYZ 33.51 28.44 16.82 -
YUV 146.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 198 128 104 0 0.35 0.47 0.22 15.32 0.45 0.59
Hex C6 80 68 0 23 2F 16 F 2D 3B
Octal 306 200 150 0 43 57 26 17 55 73
Binary 11000110 10000000 1101000 0 100011 101111 10110 1111 101101 111011

Color Harmonies of #C68068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68068

Black with #C68068

Text Example


Text Example

White with #C68068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68068; }

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

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

background-color css

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

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

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

border-color css

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

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

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