Html Css Color HEX #C08267 Burning Sand

📋 copy color: '#C08267'

red 192 ◦ green 130 ◦ blue 103

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

Shades of Burning Sand #C08267

Tints of Burning Sand #C08267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.24%

R = 45.18%
G = 30.59%
B = 24.24%

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

#C08267 (or 0xC08267) is known color: Burning Sand. HEX triplet: C0, 82 and 67. RGB value is (192,130,103). Sum of RGB (Red+Green+Blue) = 192+130+103=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08267 is #3F7D98. Grayscale: #919191. Windows color (decimal): -4160921 or 6783680. OLE color: 6783680.

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

Color convert

RGB 192 130 103 -
CMYK 0 0.32 0.46 0.25
HSL 18.2º 0.41% 0.58% -
HSV(B) 18.2º 0.46% 0.75% -
XYZ 32.17 28.15 16.57 -
YUV 145.46 104.04 161.2 -
System Red Green Blue C M Y K H S L
Decimal 192 130 103 0 0.32 0.46 0.25 18.2 0.41 0.58
Hex C0 82 67 0 20 2E 19 12 29 3A
Octal 300 202 147 0 40 56 31 22 51 72
Binary 11000000 10000010 1100111 0 100000 101110 11001 10010 101001 111010

Color Harmonies of #C08267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08267

Black with #C08267

Text Example


Text Example

White with #C08267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08267; }

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

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

background-color css

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

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

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

border-color css

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

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

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