Html Css Color HEX #C37C68 Burning Sand

📋 copy color: '#C37C68'

red 195 ◦ green 124 ◦ blue 104

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

Shades of Burning Sand #C37C68

Tints of Burning Sand #C37C68

RGB

 RED value IS 195 (76.56% from 255) = 46.1%

 GREEN value IS 124 (48.83% from 255) = 29.31%

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 46.1%
G = 29.31%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C37C68 (or 0xC37C68) is known color: Burning Sand. HEX triplet: C3, 7C and 68. RGB value is (195,124,104). Sum of RGB (Red+Green+Blue) = 195+124+104=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C68 is #3C8397. Grayscale: #8F8F8F. Windows color (decimal): -3965848 or 6847683. OLE color: 6847683.

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

Color convert

RGB 195 124 104 -
CMYK 0 0.36 0.47 0.24
HSL 13.19º 0.43% 0.59% -
HSV(B) 13.19º 0.47% 0.76% -
XYZ 32.21 27.02 16.61 -
YUV 142.95 106.02 165.13 -
System Red Green Blue C M Y K H S L
Decimal 195 124 104 0 0.36 0.47 0.24 13.19 0.43 0.59
Hex C3 7C 68 0 24 2F 18 D 2B 3B
Octal 303 174 150 0 44 57 30 15 53 73
Binary 11000011 1111100 1101000 0 100100 101111 11000 1101 101011 111011

Color Harmonies of #C37C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37C68

Black with #C37C68

Text Example


Text Example

White with #C37C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37C68; }

 p { color: rgb(195,124,104); }

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

background-color css

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

 a { background-color: rgb(195,124,104); }

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

border-color css

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

 span { border-color: rgb(195,124,104); }

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