Html Css Color HEX #C38265 Burning Sand

📋 copy color: '#C38265'

red 195 ◦ green 130 ◦ blue 101

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

Shades of Burning Sand #C38265

Tints of Burning Sand #C38265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.52%

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

R = 45.77%
G = 30.52%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C38265 (or 0xC38265) is known color: Burning Sand. HEX triplet: C3, 82 and 65. RGB value is (195,130,101). Sum of RGB (Red+Green+Blue) = 195+130+101=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C38265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38265 is #3C7D9A. Grayscale: #929292. Windows color (decimal): -3964315 or 6652611. OLE color: 6652611.

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

Color convert

RGB 195 130 101 -
CMYK 0 0.33 0.48 0.24
HSL 18.51º 0.44% 0.58% -
HSV(B) 18.51º 0.48% 0.76% -
XYZ 32.84 28.51 16.08 -
YUV 146.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 195 130 101 0 0.33 0.48 0.24 18.51 0.44 0.58
Hex C3 82 65 0 21 30 18 13 2C 3A
Octal 303 202 145 0 41 60 30 23 54 72
Binary 11000011 10000010 1100101 0 100001 110000 11000 10011 101100 111010

Color Harmonies of #C38265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38265

Black with #C38265

Text Example


Text Example

White with #C38265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38265; }

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

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

background-color css

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

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

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

border-color css

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

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

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