Html Css Color HEX #C67CB4 London Hue

📋 copy color: '#C67CB4'

red 198 ◦ green 124 ◦ blue 180

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

Shades of London Hue #C67CB4

Tints of London Hue #C67CB4

RGB

 RED value IS 198 (77.73% from 255) = 39.44%

 GREEN value IS 124 (48.83% from 255) = 24.7%

 BLUE value IS 180 (70.7% from 255) = 35.86%

R = 39.44%
G = 24.7%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C67CB4 (or 0xC67CB4) is known color: London Hue. HEX triplet: C6, 7C and B4. RGB value is (198,124,180). Sum of RGB (Red+Green+Blue) = 198+124+180=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 180 (70.70% from 255 or 35.86% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C67CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CB4 is #39834B. Grayscale: #989898. Windows color (decimal): -3769164 or 11828422. OLE color: 11828422.

HSL color Cylindrical-coordinate representation of color #C67CB4: hue angle of 314.59º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67CB4 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 124 180 -
CMYK 0 0.37 0.09 0.22
HSL 314.59º 0.39% 0.63% -
HSV(B) 314.59º 0.37% 0.78% -
XYZ 38.73 29.72 46.87 -
YUV 152.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 198 124 180 0 0.37 0.09 0.22 314.59 0.39 0.63
Hex C6 7C B4 0 25 9 16 13B 27 3F
Octal 306 174 264 0 45 11 26 473 47 77
Binary 11000110 1111100 10110100 0 100101 1001 10110 100111011 100111 111111

Color Harmonies of #C67CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CB4

Black with #C67CB4

Text Example


Text Example

White with #C67CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CB4; }

 p { color: rgb(198,124,180); }

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

background-color css

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

 a { background-color: rgb(198,124,180); }

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

border-color css

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

 span { border-color: rgb(198,124,180); }

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