Html Css Color HEX #C38666 Burning Sand

📋 copy color: '#C38666'

red 195 ◦ green 134 ◦ blue 102

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

Shades of Burning Sand #C38666

Tints of Burning Sand #C38666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 102 (40.23% from 255) = 23.67%

R = 45.24%
G = 31.09%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C38666 (or 0xC38666) is known color: Burning Sand. HEX triplet: C3, 86 and 66. RGB value is (195,134,102). Sum of RGB (Red+Green+Blue) = 195+134+102=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38666 is #3C7999. Grayscale: #949494. Windows color (decimal): -3963290 or 6719171. OLE color: 6719171.

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

Color convert

RGB 195 134 102 -
CMYK 0 0.31 0.48 0.24
HSL 20.65º 0.44% 0.58% -
HSV(B) 20.65º 0.48% 0.76% -
XYZ 33.43 29.61 16.52 -
YUV 148.59 101.71 161.1 -
System Red Green Blue C M Y K H S L
Decimal 195 134 102 0 0.31 0.48 0.24 20.65 0.44 0.58
Hex C3 86 66 0 1F 30 18 15 2C 3A
Octal 303 206 146 0 37 60 30 25 54 72
Binary 11000011 10000110 1100110 0 11111 110000 11000 10101 101100 111010

Color Harmonies of #C38666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38666

Black with #C38666

Text Example


Text Example

White with #C38666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38666; }

 p { color: rgb(195,134,102); }

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

background-color css

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

 a { background-color: rgb(195,134,102); }

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

border-color css

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

 span { border-color: rgb(195,134,102); }

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