Html Css Color HEX #C18766 Burning Sand

📋 copy color: '#C18766'

red 193 ◦ green 135 ◦ blue 102

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

Shades of Burning Sand #C18766

Tints of Burning Sand #C18766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

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

R = 44.88%
G = 31.4%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C18766 (or 0xC18766) is known color: Burning Sand. HEX triplet: C1, 87 and 66. RGB value is (193,135,102). Sum of RGB (Red+Green+Blue) = 193+135+102=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C18766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C18766 is #3E7899. Grayscale: #949494. Windows color (decimal): -4094106 or 6719425. OLE color: 6719425.

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

Color convert

RGB 193 135 102 -
CMYK 0 0.30 0.47 0.24
HSL 21.76º 0.42% 0.58% -
HSV(B) 21.76º 0.47% 0.76% -
XYZ 33.05 29.62 16.55 -
YUV 148.58 101.72 159.68 -
System Red Green Blue C M Y K H S L
Decimal 193 135 102 0 0.30 0.47 0.24 21.76 0.42 0.58
Hex C1 87 66 0 1E 2F 18 16 2A 3A
Octal 301 207 146 0 36 57 30 26 52 72
Binary 11000001 10000111 1100110 0 11110 101111 11000 10110 101010 111010

Color Harmonies of #C18766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18766

Black with #C18766

Text Example


Text Example

White with #C18766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18766; }

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

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

background-color css

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

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

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

border-color css

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

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

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