Html Css Color HEX #C08265 Burning Sand

📋 copy color: '#C08265'

red 192 ◦ green 130 ◦ blue 101

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

Shades of Burning Sand #C08265

Tints of Burning Sand #C08265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

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

R = 45.39%
G = 30.73%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C08265 (or 0xC08265) is known color: Burning Sand. HEX triplet: C0, 82 and 65. RGB value is (192,130,101). Sum of RGB (Red+Green+Blue) = 192+130+101=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C08265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08265 is #3F7D9A. Grayscale: #919191. Windows color (decimal): -4160923 or 6652608. OLE color: 6652608.

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

Color convert

RGB 192 130 101 -
CMYK 0 0.32 0.47 0.25
HSL 19.12º 0.42% 0.57% -
HSV(B) 19.12º 0.47% 0.75% -
XYZ 32.07 28.11 16.05 -
YUV 145.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 192 130 101 0 0.32 0.47 0.25 19.12 0.42 0.57
Hex C0 82 65 0 20 2F 19 13 2A 39
Octal 300 202 145 0 40 57 31 23 52 71
Binary 11000000 10000010 1100101 0 100000 101111 11001 10011 101010 111001

Color Harmonies of #C08265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08265

Black with #C08265

Text Example


Text Example

White with #C08265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08265; }

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

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

background-color css

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

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

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

border-color css

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

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

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