Html Css Color HEX #C099CB Wisteria

📋 copy color: '#C099CB'

red 192 ◦ green 153 ◦ blue 203

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

Shades of Wisteria #C099CB

Tints of Wisteria #C099CB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.92%

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

R = 35.04%
G = 27.92%
B = 37.04%

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

#C099CB (or 0xC099CB) is known color: Wisteria. HEX triplet: C0, 99 and CB. RGB value is (192,153,203). Sum of RGB (Red+Green+Blue) = 192+153+203=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 203 - color contains mainly: blue. Hex color #C099CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C099CB is #3F6634. Grayscale: #AAAAAA. Windows color (decimal): -4154933 or 13343168. OLE color: 13343168.

HSL color Cylindrical-coordinate representation of color #C099CB: hue angle of 286.8º degrees, saturation: 0.32, 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 #C099CB is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 153 203 -
CMYK 0.05 0.25 0 0.20
HSL 286.8º 0.32% 0.7% -
HSV(B) 286.8º 0.25% 0.8% -
XYZ 43.91 38.3 61.58 -
YUV 170.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 192 153 203 0.05 0.25 0 0.20 286.8 0.32 0.7
Hex C0 99 CB 5 19 0 14 11F 20 46
Octal 300 231 313 5 31 0 24 437 40 106
Binary 11000000 10011001 11001011 101 11001 0 10100 100011111 100000 1000110

Color Harmonies of #C099CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C099CB

Black with #C099CB

Text Example


Text Example

White with #C099CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C099CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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