Html Css Color HEX #C08566 Burning Sand

📋 copy color: '#C08566'

red 192 ◦ green 133 ◦ blue 102

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

Shades of Burning Sand #C08566

Tints of Burning Sand #C08566

RGB

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

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

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

R = 44.96%
G = 31.15%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08566 (or 0xC08566) is known color: Burning Sand. HEX triplet: C0, 85 and 66. RGB value is (192,133,102). Sum of RGB (Red+Green+Blue) = 192+133+102=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C08566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08566 is #3F7A99. Grayscale: #939393. Windows color (decimal): -4160154 or 6718912. OLE color: 6718912.

HSL color Cylindrical-coordinate representation of color #C08566: hue angle of 20.67º 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 #C08566 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 133 102 -
CMYK 0 0.31 0.47 0.25
HSL 20.67º 0.42% 0.58% -
HSV(B) 20.67º 0.47% 0.75% -
XYZ 32.52 28.94 16.44 -
YUV 147.11 102.55 160.02 -
System Red Green Blue C M Y K H S L
Decimal 192 133 102 0 0.31 0.47 0.25 20.67 0.42 0.58
Hex C0 85 66 0 1F 2F 19 15 2A 3A
Octal 300 205 146 0 37 57 31 25 52 72
Binary 11000000 10000101 1100110 0 11111 101111 11001 10101 101010 111010

Color Harmonies of #C08566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08566

Black with #C08566

Text Example


Text Example

White with #C08566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08566; }

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

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

background-color css

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

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

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

border-color css

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

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

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