Html Css Color HEX #C37E6B Burning Sand

📋 copy color: '#C37E6B'

red 195 ◦ green 126 ◦ blue 107

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

Shades of Burning Sand #C37E6B

Tints of Burning Sand #C37E6B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 107 (42.19% from 255) = 25%

R = 45.56%
G = 29.44%
B = 25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C37E6B (or 0xC37E6B) is known color: Burning Sand. HEX triplet: C3, 7E and 6B. RGB value is (195,126,107). Sum of RGB (Red+Green+Blue) = 195+126+107=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C37E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37E6B is #3C8194. Grayscale: #909090. Windows color (decimal): -3965333 or 7044803. OLE color: 7044803.

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

Color convert

RGB 195 126 107 -
CMYK 0 0.35 0.45 0.24
HSL 12.95º 0.42% 0.59% -
HSV(B) 12.95º 0.45% 0.76% -
XYZ 32.62 27.59 17.52 -
YUV 144.47 106.86 164.04 -
System Red Green Blue C M Y K H S L
Decimal 195 126 107 0 0.35 0.45 0.24 12.95 0.42 0.59
Hex C3 7E 6B 0 23 2D 18 D 2A 3B
Octal 303 176 153 0 43 55 30 15 52 73
Binary 11000011 1111110 1101011 0 100011 101101 11000 1101 101010 111011

Color Harmonies of #C37E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37E6B

Black with #C37E6B

Text Example


Text Example

White with #C37E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37E6B; }

 p { color: rgb(195,126,107); }

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

background-color css

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

 a { background-color: rgb(195,126,107); }

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

border-color css

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

 span { border-color: rgb(195,126,107); }

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