Html Css Color HEX #C08465 Burning Sand

📋 copy color: '#C08465'

red 192 ◦ green 132 ◦ blue 101

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

Shades of Burning Sand #C08465

Tints of Burning Sand #C08465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

 BLUE value IS 101 (39.84% from 255) = 23.76%

R = 45.18%
G = 31.06%
B = 23.76%

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

#C08465 (or 0xC08465) is known color: Burning Sand. HEX triplet: C0, 84 and 65. RGB value is (192,132,101). Sum of RGB (Red+Green+Blue) = 192+132+101=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08465 is #3F7B9A. Grayscale: #929292. Windows color (decimal): -4160411 or 6653120. OLE color: 6653120.

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

Color convert

RGB 192 132 101 -
CMYK 0 0.31 0.47 0.25
HSL 20.44º 0.42% 0.57% -
HSV(B) 20.44º 0.47% 0.75% -
XYZ 32.34 28.65 16.14 -
YUV 146.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 192 132 101 0 0.31 0.47 0.25 20.44 0.42 0.57
Hex C0 84 65 0 1F 2F 19 14 2A 39
Octal 300 204 145 0 37 57 31 24 52 71
Binary 11000000 10000100 1100101 0 11111 101111 11001 10100 101010 111001

Color Harmonies of #C08465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08465

Black with #C08465

Text Example


Text Example

White with #C08465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08465; }

 p { color: rgb(192,132,101); }

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

background-color css

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

 a { background-color: rgb(192,132,101); }

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

border-color css

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

 span { border-color: rgb(192,132,101); }

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