Html Css Color HEX #C38162 Burning Sand

📋 copy color: '#C38162'

red 195 ◦ green 129 ◦ blue 98

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

Shades of Burning Sand #C38162

Tints of Burning Sand #C38162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.57%

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

R = 46.21%
G = 30.57%
B = 23.22%

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

#C38162 (or 0xC38162) is known color: Burning Sand. HEX triplet: C3, 81 and 62. RGB value is (195,129,98). Sum of RGB (Red+Green+Blue) = 195+129+98=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 98 (38.67% from 255 or 23.22% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C38162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38162 is #3C7E9D. Grayscale: #919191. Windows color (decimal): -3964574 or 6455747. OLE color: 6455747.

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

Color convert

RGB 195 129 98 -
CMYK 0 0.34 0.50 0.24
HSL 19.18º 0.45% 0.57% -
HSV(B) 19.18º 0.5% 0.76% -
XYZ 32.56 28.18 15.28 -
YUV 145.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 195 129 98 0 0.34 0.50 0.24 19.18 0.45 0.57
Hex C3 81 62 0 22 32 18 13 2D 39
Octal 303 201 142 0 42 62 30 23 55 71
Binary 11000011 10000001 1100010 0 100010 110010 11000 10011 101101 111001

Color Harmonies of #C38162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38162

Black with #C38162

Text Example


Text Example

White with #C38162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38162; }

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

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

background-color css

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

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

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

border-color css

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

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

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