Html Css Color HEX #C38062 Burning Sand

📋 copy color: '#C38062'

red 195 ◦ green 128 ◦ blue 98

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

Shades of Burning Sand #C38062

Tints of Burning Sand #C38062

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.4%

 BLUE value IS 98 (38.67% from 255) = 23.28%

R = 46.32%
G = 30.4%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C38062 (or 0xC38062) is known color: Burning Sand. HEX triplet: C3, 80 and 62. RGB value is (195,128,98). Sum of RGB (Red+Green+Blue) = 195+128+98=421 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.32% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 195 - color contains mainly: red. Hex color #C38062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38062 is #3C7F9D. Grayscale: #909090. Windows color (decimal): -3964830 or 6455491. OLE color: 6455491.

HSL color Cylindrical-coordinate representation of color #C38062: hue angle of 18.56º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38062 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 98 -
CMYK 0 0.34 0.50 0.24
HSL 18.56º 0.45% 0.57% -
HSV(B) 18.56º 0.5% 0.76% -
XYZ 32.43 27.92 15.24 -
YUV 144.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 195 128 98 0 0.34 0.50 0.24 18.56 0.45 0.57
Hex C3 80 62 0 22 32 18 13 2D 39
Octal 303 200 142 0 42 62 30 23 55 71
Binary 11000011 10000000 1100010 0 100010 110010 11000 10011 101101 111001

Color Harmonies of #C38062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38062

Black with #C38062

Text Example


Text Example

White with #C38062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38062; }

 p { color: rgb(195,128,98); }

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

background-color css

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

 a { background-color: rgb(195,128,98); }

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

border-color css

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

 span { border-color: rgb(195,128,98); }

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