Html Css Color HEX #C17D66 Burning Sand

📋 copy color: '#C17D66'

red 193 ◦ green 125 ◦ blue 102

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

Shades of Burning Sand #C17D66

Tints of Burning Sand #C17D66

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 102 (40.23% from 255) = 24.29%

R = 45.95%
G = 29.76%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C17D66 (or 0xC17D66) is known color: Burning Sand. HEX triplet: C1, 7D and 66. RGB value is (193,125,102). Sum of RGB (Red+Green+Blue) = 193+125+102=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17D66 is #3E8299. Grayscale: #8E8E8E. Windows color (decimal): -4096666 or 6716865. OLE color: 6716865.

HSL color Cylindrical-coordinate representation of color #C17D66: hue angle of 15.16º 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 #C17D66 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 125 102 -
CMYK 0 0.35 0.47 0.24
HSL 15.16º 0.42% 0.58% -
HSV(B) 15.16º 0.47% 0.76% -
XYZ 31.72 26.96 16.1 -
YUV 142.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 193 125 102 0 0.35 0.47 0.24 15.16 0.42 0.58
Hex C1 7D 66 0 23 2F 18 F 2A 3A
Octal 301 175 146 0 43 57 30 17 52 72
Binary 11000001 1111101 1100110 0 100011 101111 11000 1111 101010 111010

Color Harmonies of #C17D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D66

Black with #C17D66

Text Example


Text Example

White with #C17D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D66; }

 p { color: rgb(193,125,102); }

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

background-color css

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

 a { background-color: rgb(193,125,102); }

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

border-color css

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

 span { border-color: rgb(193,125,102); }

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