Html Css Color HEX #C38668 Burning Sand

📋 copy color: '#C38668'

red 195 ◦ green 134 ◦ blue 104

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

Shades of Burning Sand #C38668

Tints of Burning Sand #C38668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.02%

R = 45.03%
G = 30.95%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C38668 (or 0xC38668) is known color: Burning Sand. HEX triplet: C3, 86 and 68. RGB value is (195,134,104). Sum of RGB (Red+Green+Blue) = 195+134+104=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C38668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38668 is #3C7997. Grayscale: #959595. Windows color (decimal): -3963288 or 6850243. OLE color: 6850243.

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

Color convert

RGB 195 134 104 -
CMYK 0 0.31 0.47 0.24
HSL 19.78º 0.43% 0.59% -
HSV(B) 19.78º 0.47% 0.76% -
XYZ 33.53 29.65 17.05 -
YUV 148.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 195 134 104 0 0.31 0.47 0.24 19.78 0.43 0.59
Hex C3 86 68 0 1F 2F 18 14 2B 3B
Octal 303 206 150 0 37 57 30 24 53 73
Binary 11000011 10000110 1101000 0 11111 101111 11000 10100 101011 111011

Color Harmonies of #C38668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38668

Black with #C38668

Text Example


Text Example

White with #C38668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38668; }

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

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

background-color css

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

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

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

border-color css

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

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

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