Html Css Color HEX #C17B64 Burning Sand

📋 copy color: '#C17B64'

red 193 ◦ green 123 ◦ blue 100

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

Shades of Burning Sand #C17B64

Tints of Burning Sand #C17B64

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

 BLUE value IS 100 (39.45% from 255) = 24.04%

R = 46.39%
G = 29.57%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C17B64 (or 0xC17B64) is known color: Burning Sand. HEX triplet: C1, 7B and 64. RGB value is (193,123,100). Sum of RGB (Red+Green+Blue) = 193+123+100=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17B64 is #3E849B. Grayscale: #8D8D8D. Windows color (decimal): -4097180 or 6585281. OLE color: 6585281.

HSL color Cylindrical-coordinate representation of color #C17B64: hue angle of 14.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C17B64 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 123 100 -
CMYK 0 0.36 0.48 0.24
HSL 14.84º 0.43% 0.57% -
HSV(B) 14.84º 0.48% 0.76% -
XYZ 31.38 26.42 15.5 -
YUV 141.31 104.69 164.87 -
System Red Green Blue C M Y K H S L
Decimal 193 123 100 0 0.36 0.48 0.24 14.84 0.43 0.57
Hex C1 7B 64 0 24 30 18 F 2B 39
Octal 301 173 144 0 44 60 30 17 53 71
Binary 11000001 1111011 1100100 0 100100 110000 11000 1111 101011 111001

Color Harmonies of #C17B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17B64

Black with #C17B64

Text Example


Text Example

White with #C17B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17B64; }

 p { color: rgb(193,123,100); }

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

background-color css

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

 a { background-color: rgb(193,123,100); }

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

border-color css

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

 span { border-color: rgb(193,123,100); }

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