Html Css Color HEX #C37F68 Burning Sand

📋 copy color: '#C37F68'

red 195 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #C37F68

Tints of Burning Sand #C37F68

RGB

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

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

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

R = 45.77%
G = 29.81%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C37F68 (or 0xC37F68) is known color: Burning Sand. HEX triplet: C3, 7F and 68. RGB value is (195,127,104). Sum of RGB (Red+Green+Blue) = 195+127+104=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37F68 is #3C8097. Grayscale: #909090. Windows color (decimal): -3965080 or 6848451. OLE color: 6848451.

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

Color convert

RGB 195 127 104 -
CMYK 0 0.35 0.47 0.24
HSL 15.16º 0.43% 0.59% -
HSV(B) 15.16º 0.47% 0.76% -
XYZ 32.59 27.78 16.74 -
YUV 144.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 195 127 104 0 0.35 0.47 0.24 15.16 0.43 0.59
Hex C3 7F 68 0 23 2F 18 F 2B 3B
Octal 303 177 150 0 43 57 30 17 53 73
Binary 11000011 1111111 1101000 0 100011 101111 11000 1111 101011 111011

Color Harmonies of #C37F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F68

Black with #C37F68

Text Example


Text Example

White with #C37F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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