Html Css Color HEX #C08163 Burning Sand

📋 copy color: '#C08163'

red 192 ◦ green 129 ◦ blue 99

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

Shades of Burning Sand #C08163

Tints of Burning Sand #C08163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.71%

 BLUE value IS 99 (39.06% from 255) = 23.57%

R = 45.71%
G = 30.71%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C08163 (or 0xC08163) is known color: Burning Sand. HEX triplet: C0, 81 and 63. RGB value is (192,129,99). Sum of RGB (Red+Green+Blue) = 192+129+99=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 99 (39.06% from 255 or 23.57% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C08163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08163 is #3F7E9C. Grayscale: #909090. Windows color (decimal): -4161181 or 6521280. OLE color: 6521280.

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

Color convert

RGB 192 129 99 -
CMYK 0 0.33 0.48 0.25
HSL 19.35º 0.42% 0.57% -
HSV(B) 19.35º 0.48% 0.75% -
XYZ 31.84 27.81 15.49 -
YUV 144.42 102.37 161.94 -
System Red Green Blue C M Y K H S L
Decimal 192 129 99 0 0.33 0.48 0.25 19.35 0.42 0.57
Hex C0 81 63 0 21 30 19 13 2A 39
Octal 300 201 143 0 41 60 31 23 52 71
Binary 11000000 10000001 1100011 0 100001 110000 11001 10011 101010 111001

Color Harmonies of #C08163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08163

Black with #C08163

Text Example


Text Example

White with #C08163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08163; }

 p { color: rgb(192,129,99); }

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

background-color css

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

 a { background-color: rgb(192,129,99); }

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

border-color css

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

 span { border-color: rgb(192,129,99); }

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