Html Css Color HEX #C0AFCA Prelude

📋 copy color: '#C0AFCA'

red 192 ◦ green 175 ◦ blue 202

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

Shades of Prelude #C0AFCA

Tints of Prelude #C0AFCA

RGB

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

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

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

R = 33.74%
G = 30.76%
B = 35.5%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0AFCA (or 0xC0AFCA) is known color: Prelude. HEX triplet: C0, AF and CA. RGB value is (192,175,202). Sum of RGB (Red+Green+Blue) = 192+175+202=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFCA is #3F5035. Grayscale: #B7B7B7. Windows color (decimal): -4149302 or 13283264. OLE color: 13283264.

HSL color Cylindrical-coordinate representation of color #C0AFCA: hue angle of 277.78º 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 #C0AFCA is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 175 202 -
CMYK 0.05 0.13 0 0.21
HSL 277.78º 0.2% 0.74% -
HSV(B) 277.78º 0.13% 0.79% -
XYZ 47.73 46.13 62.27 -
YUV 183.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 192 175 202 0.05 0.13 0 0.21 277.78 0.2 0.74
Hex C0 AF CA 5 D 0 15 116 14 4A
Octal 300 257 312 5 15 0 25 426 24 112
Binary 11000000 10101111 11001010 101 1101 0 10101 100010110 10100 1001010

Color Harmonies of #C0AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFCA

Black with #C0AFCA

Text Example


Text Example

White with #C0AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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