Html Css Color HEX #C08068 Burning Sand

📋 copy color: '#C08068'

red 192 ◦ green 128 ◦ blue 104

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

Shades of Burning Sand #C08068

Tints of Burning Sand #C08068

RGB

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

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

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

R = 45.28%
G = 30.19%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C08068 (or 0xC08068) is known color: Burning Sand. HEX triplet: C0, 80 and 68. RGB value is (192,128,104). Sum of RGB (Red+Green+Blue) = 192+128+104=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C08068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08068 is #3F7F97. Grayscale: #909090. Windows color (decimal): -4161432 or 6848704. OLE color: 6848704.

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

Color convert

RGB 192 128 104 -
CMYK 0 0.33 0.46 0.25
HSL 16.36º 0.41% 0.58% -
HSV(B) 16.36º 0.46% 0.75% -
XYZ 31.96 27.64 16.75 -
YUV 144.4 105.2 161.95 -
System Red Green Blue C M Y K H S L
Decimal 192 128 104 0 0.33 0.46 0.25 16.36 0.41 0.58
Hex C0 80 68 0 21 2E 19 10 29 3A
Octal 300 200 150 0 41 56 31 20 51 72
Binary 11000000 10000000 1101000 0 100001 101110 11001 10000 101001 111010

Color Harmonies of #C08068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08068

Black with #C08068

Text Example


Text Example

White with #C08068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08068; }

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

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

background-color css

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

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

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

border-color css

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

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

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