Html Css Color HEX #C08369 Burning Sand

📋 copy color: '#C08369'

red 192 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #C08369

Tints of Burning Sand #C08369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.61%

 BLUE value IS 105 (41.41% from 255) = 24.53%

R = 44.86%
G = 30.61%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C08369 (or 0xC08369) is known color: Burning Sand. HEX triplet: C0, 83 and 69. RGB value is (192,131,105). Sum of RGB (Red+Green+Blue) = 192+131+105=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C08369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08369 is #3F7C96. Grayscale: #929292. Windows color (decimal): -4160663 or 6915008. OLE color: 6915008.

HSL color Cylindrical-coordinate representation of color #C08369: hue angle of 17.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C08369 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 105 -
CMYK 0 0.32 0.45 0.25
HSL 17.93º 0.41% 0.58% -
HSV(B) 17.93º 0.45% 0.75% -
XYZ 32.4 28.46 17.15 -
YUV 146.28 104.71 160.61 -
System Red Green Blue C M Y K H S L
Decimal 192 131 105 0 0.32 0.45 0.25 17.93 0.41 0.58
Hex C0 83 69 0 20 2D 19 12 29 3A
Octal 300 203 151 0 40 55 31 22 51 72
Binary 11000000 10000011 1101001 0 100000 101101 11001 10010 101001 111010

Color Harmonies of #C08369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08369

Black with #C08369

Text Example


Text Example

White with #C08369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08369; }

 p { color: rgb(192,131,105); }

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

background-color css

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

 a { background-color: rgb(192,131,105); }

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

border-color css

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

 span { border-color: rgb(192,131,105); }

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