Html Css Color HEX #C38CBA London Hue

📋 copy color: '#C38CBA'

red 195 ◦ green 140 ◦ blue 186

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

Shades of London Hue #C38CBA

Tints of London Hue #C38CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.87%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 37.43%
G = 26.87%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C38CBA (or 0xC38CBA) is known color: London Hue. HEX triplet: C3, 8C and BA. RGB value is (195,140,186). Sum of RGB (Red+Green+Blue) = 195+140+186=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CBA is #3C7345. Grayscale: #A1A1A1. Windows color (decimal): -3961670 or 12225731. OLE color: 12225731.

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

Color convert

RGB 195 140 186 -
CMYK 0 0.28 0.05 0.24
HSL 309.82º 0.31% 0.66% -
HSV(B) 309.82º 0.28% 0.76% -
XYZ 40.75 33.9 50.85 -
YUV 161.69 141.72 151.76 -
System Red Green Blue C M Y K H S L
Decimal 195 140 186 0 0.28 0.05 0.24 309.82 0.31 0.66
Hex C3 8C BA 0 1C 5 18 136 1F 42
Octal 303 214 272 0 34 5 30 466 37 102
Binary 11000011 10001100 10111010 0 11100 101 11000 100110110 11111 1000010

Color Harmonies of #C38CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CBA

Black with #C38CBA

Text Example


Text Example

White with #C38CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CBA; }

 p { color: rgb(195,140,186); }

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

background-color css

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

 a { background-color: rgb(195,140,186); }

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

border-color css

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

 span { border-color: rgb(195,140,186); }

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