Html Css Color HEX #C08161 Burning Sand

📋 copy color: '#C08161'

red 192 ◦ green 129 ◦ blue 97

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

Shades of Burning Sand #C08161

Tints of Burning Sand #C08161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.21%

R = 45.93%
G = 30.86%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C08161 (or 0xC08161) is known color: Burning Sand. HEX triplet: C0, 81 and 61. RGB value is (192,129,97). Sum of RGB (Red+Green+Blue) = 192+129+97=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 97 (38.28% from 255 or 23.21% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C08161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08161 is #3F7E9E. Grayscale: #909090. Windows color (decimal): -4161183 or 6390208. OLE color: 6390208.

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

Color convert

RGB 192 129 97 -
CMYK 0 0.33 0.49 0.25
HSL 20.21º 0.43% 0.57% -
HSV(B) 20.21º 0.49% 0.75% -
XYZ 31.75 27.77 15 -
YUV 144.19 101.37 162.1 -
System Red Green Blue C M Y K H S L
Decimal 192 129 97 0 0.33 0.49 0.25 20.21 0.43 0.57
Hex C0 81 61 0 21 31 19 14 2B 39
Octal 300 201 141 0 41 61 31 24 53 71
Binary 11000000 10000001 1100001 0 100001 110001 11001 10100 101011 111001

Color Harmonies of #C08161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08161

Black with #C08161

Text Example


Text Example

White with #C08161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08161; }

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

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

background-color css

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

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

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

border-color css

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

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

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