Html Css Color HEX #C37F66 Burning Sand

📋 copy color: '#C37F66'

red 195 ◦ green 127 ◦ blue 102

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

Shades of Burning Sand #C37F66

Tints of Burning Sand #C37F66

RGB

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

 GREEN value IS 127 (50% from 255) = 29.95%

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

R = 45.99%
G = 29.95%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C37F66 (or 0xC37F66) is known color: Burning Sand. HEX triplet: C3, 7F and 66. RGB value is (195,127,102). Sum of RGB (Red+Green+Blue) = 195+127+102=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F66 is #3C8099. Grayscale: #909090. Windows color (decimal): -3965082 or 6717379. OLE color: 6717379.

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

Color convert

RGB 195 127 102 -
CMYK 0 0.35 0.48 0.24
HSL 16.13º 0.44% 0.58% -
HSV(B) 16.13º 0.48% 0.76% -
XYZ 32.49 27.74 16.21 -
YUV 144.48 104.03 164.03 -
System Red Green Blue C M Y K H S L
Decimal 195 127 102 0 0.35 0.48 0.24 16.13 0.44 0.58
Hex C3 7F 66 0 23 30 18 10 2C 3A
Octal 303 177 146 0 43 60 30 20 54 72
Binary 11000011 1111111 1100110 0 100011 110000 11000 10000 101100 111010

Color Harmonies of #C37F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F66

Black with #C37F66

Text Example


Text Example

White with #C37F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F66; }

 p { color: rgb(195,127,102); }

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

background-color css

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

 a { background-color: rgb(195,127,102); }

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

border-color css

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

 span { border-color: rgb(195,127,102); }

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