Html Css Color HEX #C08468 Burning Sand

📋 copy color: '#C08468'

red 192 ◦ green 132 ◦ blue 104

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

Shades of Burning Sand #C08468

Tints of Burning Sand #C08468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.3%

R = 44.86%
G = 30.84%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C08468 (or 0xC08468) is known color: Burning Sand. HEX triplet: C0, 84 and 68. RGB value is (192,132,104). Sum of RGB (Red+Green+Blue) = 192+132+104=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 104 (41.02% from 255 or 24.30% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C08468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08468 is #3F7B97. Grayscale: #929292. Windows color (decimal): -4160408 or 6849728. OLE color: 6849728.

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

Color convert

RGB 192 132 104 -
CMYK 0 0.31 0.46 0.25
HSL 19.09º 0.41% 0.58% -
HSV(B) 19.09º 0.46% 0.75% -
XYZ 32.49 28.71 16.93 -
YUV 146.75 103.88 160.28 -
System Red Green Blue C M Y K H S L
Decimal 192 132 104 0 0.31 0.46 0.25 19.09 0.41 0.58
Hex C0 84 68 0 1F 2E 19 13 29 3A
Octal 300 204 150 0 37 56 31 23 51 72
Binary 11000000 10000100 1101000 0 11111 101110 11001 10011 101001 111010

Color Harmonies of #C08468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08468

Black with #C08468

Text Example


Text Example

White with #C08468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08468; }

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

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

background-color css

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

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

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

border-color css

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

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

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