Html Css Color HEX #C38965 Burning Sand

📋 copy color: '#C38965'

red 195 ◦ green 137 ◦ blue 101

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

Shades of Burning Sand #C38965

Tints of Burning Sand #C38965

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.64%

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

R = 45.03%
G = 31.64%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C38965 (or 0xC38965) is known color: Burning Sand. HEX triplet: C3, 89 and 65. RGB value is (195,137,101). Sum of RGB (Red+Green+Blue) = 195+137+101=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C38965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38965 is #3C769A. Grayscale: #969696. Windows color (decimal): -3962523 or 6654403. OLE color: 6654403.

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

Color convert

RGB 195 137 101 -
CMYK 0 0.30 0.48 0.24
HSL 22.98º 0.44% 0.58% -
HSV(B) 22.98º 0.48% 0.76% -
XYZ 33.8 30.43 16.4 -
YUV 150.24 100.22 159.93 -
System Red Green Blue C M Y K H S L
Decimal 195 137 101 0 0.30 0.48 0.24 22.98 0.44 0.58
Hex C3 89 65 0 1E 30 18 17 2C 3A
Octal 303 211 145 0 36 60 30 27 54 72
Binary 11000011 10001001 1100101 0 11110 110000 11000 10111 101100 111010

Color Harmonies of #C38965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38965

Black with #C38965

Text Example


Text Example

White with #C38965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38965; }

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

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

background-color css

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

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

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

border-color css

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

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

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