Html Css Color HEX #C38AB7 London Hue

📋 copy color: '#C38AB7'

red 195 ◦ green 138 ◦ blue 183

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

Shades of London Hue #C38AB7

Tints of London Hue #C38AB7

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.74%

 BLUE value IS 183 (71.88% from 255) = 35.47%

R = 37.79%
G = 26.74%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C38AB7 (or 0xC38AB7) is known color: London Hue. HEX triplet: C3, 8A and B7. RGB value is (195,138,183). Sum of RGB (Red+Green+Blue) = 195+138+183=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AB7 is #3C7548. Grayscale: #A0A0A0. Windows color (decimal): -3962185 or 12028611. OLE color: 12028611.

HSL color Cylindrical-coordinate representation of color #C38AB7: hue angle of 312.63º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38AB7 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 138 183 -
CMYK 0 0.29 0.06 0.24
HSL 312.63º 0.32% 0.65% -
HSV(B) 312.63º 0.29% 0.76% -
XYZ 40.14 33.2 49.09 -
YUV 160.17 140.88 152.84 -
System Red Green Blue C M Y K H S L
Decimal 195 138 183 0 0.29 0.06 0.24 312.63 0.32 0.65
Hex C3 8A B7 0 1D 6 18 139 20 41
Octal 303 212 267 0 35 6 30 471 40 101
Binary 11000011 10001010 10110111 0 11101 110 11000 100111001 100000 1000001

Color Harmonies of #C38AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38AB7

Black with #C38AB7

Text Example


Text Example

White with #C38AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38AB7; }

 p { color: rgb(195,138,183); }

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

background-color css

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

 a { background-color: rgb(195,138,183); }

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

border-color css

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

 span { border-color: rgb(195,138,183); }

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