Html Css Color HEX #C38565 Burning Sand

📋 copy color: '#C38565'

red 195 ◦ green 133 ◦ blue 101

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

Shades of Burning Sand #C38565

Tints of Burning Sand #C38565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 101 (39.84% from 255) = 23.54%

R = 45.45%
G = 31%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C38565 (or 0xC38565) is known color: Burning Sand. HEX triplet: C3, 85 and 65. RGB value is (195,133,101). Sum of RGB (Red+Green+Blue) = 195+133+101=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 101 (39.84% from 255 or 23.54% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38565 is #3C7A9A. Grayscale: #949494. Windows color (decimal): -3963547 or 6653379. OLE color: 6653379.

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

Color convert

RGB 195 133 101 -
CMYK 0 0.32 0.48 0.24
HSL 20.43º 0.44% 0.58% -
HSV(B) 20.43º 0.48% 0.76% -
XYZ 33.24 29.32 16.22 -
YUV 147.89 101.54 161.6 -
System Red Green Blue C M Y K H S L
Decimal 195 133 101 0 0.32 0.48 0.24 20.43 0.44 0.58
Hex C3 85 65 0 20 30 18 14 2C 3A
Octal 303 205 145 0 40 60 30 24 54 72
Binary 11000011 10000101 1100101 0 100000 110000 11000 10100 101100 111010

Color Harmonies of #C38565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38565

Black with #C38565

Text Example


Text Example

White with #C38565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38565; }

 p { color: rgb(195,133,101); }

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

background-color css

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

 a { background-color: rgb(195,133,101); }

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

border-color css

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

 span { border-color: rgb(195,133,101); }

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