Html Css Color HEX #C098CB Wisteria

📋 copy color: '#C098CB'

red 192 ◦ green 152 ◦ blue 203

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

Shades of Wisteria #C098CB

Tints of Wisteria #C098CB

RGB

 RED value IS 192 (75.39% from 255) = 35.1%

 GREEN value IS 152 (59.77% from 255) = 27.79%

 BLUE value IS 203 (79.69% from 255) = 37.11%

R = 35.1%
G = 27.79%
B = 37.11%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C098CB (or 0xC098CB) is known color: Wisteria. HEX triplet: C0, 98 and CB. RGB value is (192,152,203). Sum of RGB (Red+Green+Blue) = 192+152+203=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #C098CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C098CB is #3F6734. Grayscale: #A9A9A9. Windows color (decimal): -4155189 or 13342912. OLE color: 13342912.

HSL color Cylindrical-coordinate representation of color #C098CB: hue angle of 287.06º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C098CB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 152 203 -
CMYK 0.05 0.25 0 0.20
HSL 287.06º 0.33% 0.7% -
HSV(B) 287.06º 0.25% 0.8% -
XYZ 43.75 37.97 61.52 -
YUV 169.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 192 152 203 0.05 0.25 0 0.20 287.06 0.33 0.7
Hex C0 98 CB 5 19 0 14 11F 21 46
Octal 300 230 313 5 31 0 24 437 41 106
Binary 11000000 10011000 11001011 101 11001 0 10100 100011111 100001 1000110

Color Harmonies of #C098CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C098CB

Black with #C098CB

Text Example


Text Example

White with #C098CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C098CB; }

 p { color: rgb(192,152,203); }

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

background-color css

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

 a { background-color: rgb(192,152,203); }

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

border-color css

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

 span { border-color: rgb(192,152,203); }

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