Html Css Color HEX #C37B66 Burning Sand

📋 copy color: '#C37B66'

red 195 ◦ green 123 ◦ blue 102

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

Shades of Burning Sand #C37B66

Tints of Burning Sand #C37B66

RGB

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

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

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

R = 46.43%
G = 29.29%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C37B66 (or 0xC37B66) is known color: Burning Sand. HEX triplet: C3, 7B and 66. RGB value is (195,123,102). Sum of RGB (Red+Green+Blue) = 195+123+102=420 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.43% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37B66 is #3C8499. Grayscale: #8E8E8E. Windows color (decimal): -3966106 or 6716355. OLE color: 6716355.

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

Color convert

RGB 195 123 102 -
CMYK 0 0.37 0.48 0.24
HSL 13.55º 0.44% 0.58% -
HSV(B) 13.55º 0.48% 0.76% -
XYZ 31.99 26.73 16.04 -
YUV 142.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 195 123 102 0 0.37 0.48 0.24 13.55 0.44 0.58
Hex C3 7B 66 0 25 30 18 E 2C 3A
Octal 303 173 146 0 45 60 30 16 54 72
Binary 11000011 1111011 1100110 0 100101 110000 11000 1110 101100 111010

Color Harmonies of #C37B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37B66

Black with #C37B66

Text Example


Text Example

White with #C37B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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