Html Css Color HEX #C2A7CB Prelude

📋 copy color: '#C2A7CB'

red 194 ◦ green 167 ◦ blue 203

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

Shades of Prelude #C2A7CB

Tints of Prelude #C2A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.61%

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

R = 34.4%
G = 29.61%
B = 35.99%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2A7CB (or 0xC2A7CB) is known color: Prelude. HEX triplet: C2, A7 and CB. RGB value is (194,167,203). Sum of RGB (Red+Green+Blue) = 194+167+203=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2A7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7CB is #3D5834. Grayscale: #B3B3B3. Windows color (decimal): -4020277 or 13346754. OLE color: 13346754.

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

Color convert

RGB 194 167 203 -
CMYK 0.04 0.18 0 0.20
HSL 285º 0.26% 0.73% -
HSV(B) 285º 0.18% 0.8% -
XYZ 46.85 43.42 62.41 -
YUV 179.18 141.45 138.57 -
System Red Green Blue C M Y K H S L
Decimal 194 167 203 0.04 0.18 0 0.20 285 0.26 0.73
Hex C2 A7 CB 4 12 0 14 11D 1A 49
Octal 302 247 313 4 22 0 24 435 32 111
Binary 11000010 10100111 11001011 100 10010 0 10100 100011101 11010 1001001

Color Harmonies of #C2A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A7CB

Black with #C2A7CB

Text Example


Text Example

White with #C2A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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