Html Css Color HEX #C38369 Burning Sand

📋 copy color: '#C38369'

red 195 ◦ green 131 ◦ blue 105

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

Shades of Burning Sand #C38369

Tints of Burning Sand #C38369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

 BLUE value IS 105 (41.41% from 255) = 24.36%

R = 45.24%
G = 30.39%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C38369 (or 0xC38369) is known color: Burning Sand. HEX triplet: C3, 83 and 69. RGB value is (195,131,105). Sum of RGB (Red+Green+Blue) = 195+131+105=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38369 is #3C7C96. Grayscale: #939393. Windows color (decimal): -3964055 or 6915011. OLE color: 6915011.

HSL color Cylindrical-coordinate representation of color #C38369: hue angle of 17.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C38369 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 105 -
CMYK 0 0.33 0.46 0.24
HSL 17.33º 0.43% 0.59% -
HSV(B) 17.33º 0.46% 0.76% -
XYZ 33.17 28.85 17.19 -
YUV 147.17 104.2 162.11 -
System Red Green Blue C M Y K H S L
Decimal 195 131 105 0 0.33 0.46 0.24 17.33 0.43 0.59
Hex C3 83 69 0 21 2E 18 11 2B 3B
Octal 303 203 151 0 41 56 30 21 53 73
Binary 11000011 10000011 1101001 0 100001 101110 11000 10001 101011 111011

Color Harmonies of #C38369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38369

Black with #C38369

Text Example


Text Example

White with #C38369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38369; }

 p { color: rgb(195,131,105); }

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

background-color css

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

 a { background-color: rgb(195,131,105); }

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

border-color css

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

 span { border-color: rgb(195,131,105); }

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