Html Css Color HEX #C18167 Burning Sand

📋 copy color: '#C18167'

red 193 ◦ green 129 ◦ blue 103

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

Shades of Burning Sand #C18167

Tints of Burning Sand #C18167

RGB

 RED value IS 193 (75.78% from 255) = 45.41%

 GREEN value IS 129 (50.78% from 255) = 30.35%

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

R = 45.41%
G = 30.35%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C18167 (or 0xC18167) is known color: Burning Sand. HEX triplet: C1, 81 and 67. RGB value is (193,129,103). Sum of RGB (Red+Green+Blue) = 193+129+103=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 103 (40.62% from 255 or 24.24% from 425); Max value from RGB is 193 - color contains mainly: red. Hex color #C18167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18167 is #3E7E98. Grayscale: #919191. Windows color (decimal): -4095641 or 6783425. OLE color: 6783425.

HSL color Cylindrical-coordinate representation of color #C18167: hue angle of 17.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C18167 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 129 103 -
CMYK 0 0.33 0.47 0.24
HSL 17.33º 0.42% 0.58% -
HSV(B) 17.33º 0.47% 0.76% -
XYZ 32.29 28.02 16.54 -
YUV 145.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 193 129 103 0 0.33 0.47 0.24 17.33 0.42 0.58
Hex C1 81 67 0 21 2F 18 11 2A 3A
Octal 301 201 147 0 41 57 30 21 52 72
Binary 11000001 10000001 1100111 0 100001 101111 11000 10001 101010 111010

Color Harmonies of #C18167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18167

Black with #C18167

Text Example


Text Example

White with #C18167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18167; }

 p { color: rgb(193,129,103); }

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

background-color css

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

 a { background-color: rgb(193,129,103); }

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

border-color css

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

 span { border-color: rgb(193,129,103); }

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