Html Css Color HEX #C09CCB Wisteria

📋 copy color: '#C09CCB'

red 192 ◦ green 156 ◦ blue 203

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

Shades of Wisteria #C09CCB

Tints of Wisteria #C09CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.31%

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

R = 34.85%
G = 28.31%
B = 36.84%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C09CCB (or 0xC09CCB) is known color: Wisteria. HEX triplet: C0, 9C and CB. RGB value is (192,156,203). Sum of RGB (Red+Green+Blue) = 192+156+203=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #C09CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CCB is #3F6334. Grayscale: #ABABAB. Windows color (decimal): -4154165 or 13343936. OLE color: 13343936.

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

Color convert

RGB 192 156 203 -
CMYK 0.05 0.23 0 0.20
HSL 285.96º 0.31% 0.7% -
HSV(B) 285.96º 0.23% 0.8% -
XYZ 44.41 39.3 61.74 -
YUV 172.12 145.43 142.18 -
System Red Green Blue C M Y K H S L
Decimal 192 156 203 0.05 0.23 0 0.20 285.96 0.31 0.7
Hex C0 9C CB 5 17 0 14 11E 1F 46
Octal 300 234 313 5 27 0 24 436 37 106
Binary 11000000 10011100 11001011 101 10111 0 10100 100011110 11111 1000110

Color Harmonies of #C09CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09CCB

Black with #C09CCB

Text Example


Text Example

White with #C09CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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