Html Css Color HEX #C2A9CB Prelude

📋 copy color: '#C2A9CB'

red 194 ◦ green 169 ◦ blue 203

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

Shades of Prelude #C2A9CB

Tints of Prelude #C2A9CB

RGB

 RED value IS 194 (76.17% from 255) = 34.28%

 GREEN value IS 169 (66.41% from 255) = 29.86%

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

R = 34.28%
G = 29.86%
B = 35.87%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2A9CB (or 0xC2A9CB) is known color: Prelude. HEX triplet: C2, A9 and CB. RGB value is (194,169,203). Sum of RGB (Red+Green+Blue) = 194+169+203=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9CB is #3D5634. Grayscale: #B4B4B4. Windows color (decimal): -4019765 or 13347266. OLE color: 13347266.

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

Color convert

RGB 194 169 203 -
CMYK 0.04 0.17 0 0.20
HSL 284.12º 0.25% 0.73% -
HSV(B) 284.12º 0.17% 0.8% -
XYZ 47.22 44.16 62.53 -
YUV 180.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 194 169 203 0.04 0.17 0 0.20 284.12 0.25 0.73
Hex C2 A9 CB 4 11 0 14 11C 19 49
Octal 302 251 313 4 21 0 24 434 31 111
Binary 11000010 10101001 11001011 100 10001 0 10100 100011100 11001 1001001

Color Harmonies of #C2A9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A9CB

Black with #C2A9CB

Text Example


Text Example

White with #C2A9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A9CB; }

 p { color: rgb(194,169,203); }

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

background-color css

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

 a { background-color: rgb(194,169,203); }

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

border-color css

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

 span { border-color: rgb(194,169,203); }

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