Html Css Color HEX #C08A6B Burning Sand

📋 copy color: '#C08A6B'

red 192 ◦ green 138 ◦ blue 107

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

Shades of Burning Sand #C08A6B

Tints of Burning Sand #C08A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.49%

R = 43.94%
G = 31.58%
B = 24.49%

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

#C08A6B (or 0xC08A6B) is known color: Burning Sand. HEX triplet: C0, 8A and 6B. RGB value is (192,138,107). Sum of RGB (Red+Green+Blue) = 192+138+107=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C08A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08A6B is #3F7594. Grayscale: #969696. Windows color (decimal): -4158869 or 7047872. OLE color: 7047872.

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

Color convert

RGB 192 138 107 -
CMYK 0 0.28 0.44 0.25
HSL 21.88º 0.4% 0.59% -
HSV(B) 21.88º 0.44% 0.75% -
XYZ 33.48 30.44 18.02 -
YUV 150.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 192 138 107 0 0.28 0.44 0.25 21.88 0.4 0.59
Hex C0 8A 6B 0 1C 2C 19 16 28 3B
Octal 300 212 153 0 34 54 31 26 50 73
Binary 11000000 10001010 1101011 0 11100 101100 11001 10110 101000 111011

Color Harmonies of #C08A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08A6B

Black with #C08A6B

Text Example


Text Example

White with #C08A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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