Html Css Color HEX #C08A6C Burning Sand

📋 copy color: '#C08A6C'

red 192 ◦ green 138 ◦ blue 108

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

Shades of Burning Sand #C08A6C

Tints of Burning Sand #C08A6C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

 BLUE value IS 108 (42.58% from 255) = 24.66%

R = 43.84%
G = 31.51%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C08A6C (or 0xC08A6C) is known color: Burning Sand. HEX triplet: C0, 8A and 6C. RGB value is (192,138,108). Sum of RGB (Red+Green+Blue) = 192+138+108=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 108 (42.58% from 255 or 24.66% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A6C is #3F7593. Grayscale: #969696. Windows color (decimal): -4158868 or 7113408. OLE color: 7113408.

HSL color Cylindrical-coordinate representation of color #C08A6C: hue angle of 21.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C08A6C is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 138 108 -
CMYK 0 0.28 0.44 0.25
HSL 21.43º 0.4% 0.59% -
HSV(B) 21.43º 0.44% 0.75% -
XYZ 33.53 30.47 18.3 -
YUV 150.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 192 138 108 0 0.28 0.44 0.25 21.43 0.4 0.59
Hex C0 8A 6C 0 1C 2C 19 15 28 3B
Octal 300 212 154 0 34 54 31 25 50 73
Binary 11000000 10001010 1101100 0 11100 101100 11001 10101 101000 111011

Color Harmonies of #C08A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A6C

Black with #C08A6C

Text Example


Text Example

White with #C08A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A6C; }

 p { color: rgb(192,138,108); }

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

background-color css

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

 a { background-color: rgb(192,138,108); }

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

border-color css

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

 span { border-color: rgb(192,138,108); }

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