Html Css Color HEX #C2AFCA Prelude

📋 copy color: '#C2AFCA'

red 194 ◦ green 175 ◦ blue 202

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

Shades of Prelude #C2AFCA

Tints of Prelude #C2AFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.65%

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 33.98%
G = 30.65%
B = 35.38%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C2AFCA (or 0xC2AFCA) is known color: Prelude. HEX triplet: C2, AF and CA. RGB value is (194,175,202). Sum of RGB (Red+Green+Blue) = 194+175+202=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFCA is #3D5035. Grayscale: #B7B7B7. Windows color (decimal): -4018230 or 13283266. OLE color: 13283266.

HSL color Cylindrical-coordinate representation of color #C2AFCA: hue angle of 282.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2AFCA is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 175 202 -
CMYK 0.04 0.13 0 0.21
HSL 282.22º 0.2% 0.74% -
HSV(B) 282.22º 0.13% 0.79% -
XYZ 48.24 46.39 62.29 -
YUV 183.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 194 175 202 0.04 0.13 0 0.21 282.22 0.2 0.74
Hex C2 AF CA 4 D 0 15 11A 14 4A
Octal 302 257 312 4 15 0 25 432 24 112
Binary 11000010 10101111 11001010 100 1101 0 10101 100011010 10100 1001010

Color Harmonies of #C2AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AFCA

Black with #C2AFCA

Text Example


Text Example

White with #C2AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AFCA; }

 p { color: rgb(194,175,202); }

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

background-color css

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

 a { background-color: rgb(194,175,202); }

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

border-color css

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

 span { border-color: rgb(194,175,202); }

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