Html Css Color HEX #C08268 Burning Sand

📋 copy color: '#C08268'

red 192 ◦ green 130 ◦ blue 104

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

Shades of Burning Sand #C08268

Tints of Burning Sand #C08268

RGB

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

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

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

R = 45.07%
G = 30.52%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C08268 (or 0xC08268) is known color: Burning Sand. HEX triplet: C0, 82 and 68. RGB value is (192,130,104). Sum of RGB (Red+Green+Blue) = 192+130+104=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C08268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08268 is #3F7D97. Grayscale: #919191. Windows color (decimal): -4160920 or 6849216. OLE color: 6849216.

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

Color convert

RGB 192 130 104 -
CMYK 0 0.32 0.46 0.25
HSL 17.73º 0.41% 0.58% -
HSV(B) 17.73º 0.46% 0.75% -
XYZ 32.22 28.17 16.84 -
YUV 145.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 192 130 104 0 0.32 0.46 0.25 17.73 0.41 0.58
Hex C0 82 68 0 20 2E 19 12 29 3A
Octal 300 202 150 0 40 56 31 22 51 72
Binary 11000000 10000010 1101000 0 100000 101110 11001 10010 101001 111010

Color Harmonies of #C08268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08268

Black with #C08268

Text Example


Text Example

White with #C08268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08268; }

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

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

background-color css

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

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

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

border-color css

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

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

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