Html Css Color HEX #C08066 Burning Sand

📋 copy color: '#C08066'

red 192 ◦ green 128 ◦ blue 102

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

Shades of Burning Sand #C08066

Tints of Burning Sand #C08066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.17%

R = 45.5%
G = 30.33%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08066 (or 0xC08066) is known color: Burning Sand. HEX triplet: C0, 80 and 66. RGB value is (192,128,102). Sum of RGB (Red+Green+Blue) = 192+128+102=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C08066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08066 is #3F7F99. Grayscale: #909090. Windows color (decimal): -4161434 or 6717632. OLE color: 6717632.

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

Color convert

RGB 192 128 102 -
CMYK 0 0.33 0.47 0.25
HSL 17.33º 0.42% 0.58% -
HSV(B) 17.33º 0.47% 0.75% -
XYZ 31.86 27.6 16.22 -
YUV 144.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 192 128 102 0 0.33 0.47 0.25 17.33 0.42 0.58
Hex C0 80 66 0 21 2F 19 11 2A 3A
Octal 300 200 146 0 41 57 31 21 52 72
Binary 11000000 10000000 1100110 0 100001 101111 11001 10001 101010 111010

Color Harmonies of #C08066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08066

Black with #C08066

Text Example


Text Example

White with #C08066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08066; }

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

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

background-color css

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

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

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

border-color css

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

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

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