Html Css Color HEX #C37B64 Burning Sand

📋 copy color: '#C37B64'

red 195 ◦ green 123 ◦ blue 100

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

Shades of Burning Sand #C37B64

Tints of Burning Sand #C37B64

RGB

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

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

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

R = 46.65%
G = 29.43%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C37B64 (or 0xC37B64) is known color: Burning Sand. HEX triplet: C3, 7B and 64. RGB value is (195,123,100). Sum of RGB (Red+Green+Blue) = 195+123+100=418 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.65% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B64 is #3C849B. Grayscale: #8E8E8E. Windows color (decimal): -3966108 or 6585283. OLE color: 6585283.

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

Color convert

RGB 195 123 100 -
CMYK 0 0.37 0.49 0.24
HSL 14.53º 0.44% 0.58% -
HSV(B) 14.53º 0.49% 0.76% -
XYZ 31.89 26.69 15.53 -
YUV 141.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 195 123 100 0 0.37 0.49 0.24 14.53 0.44 0.58
Hex C3 7B 64 0 25 31 18 F 2C 3A
Octal 303 173 144 0 45 61 30 17 54 72
Binary 11000011 1111011 1100100 0 100101 110001 11000 1111 101100 111010

Color Harmonies of #C37B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B64

Black with #C37B64

Text Example


Text Example

White with #C37B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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