Html Css Color HEX #C0AFCC Prelude

📋 copy color: '#C0AFCC'

red 192 ◦ green 175 ◦ blue 204

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

Shades of Prelude #C0AFCC

Tints of Prelude #C0AFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.73%

R = 33.63%
G = 30.65%
B = 35.73%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C0AFCC (or 0xC0AFCC) is known color: Prelude. HEX triplet: C0, AF and CC. RGB value is (192,175,204). Sum of RGB (Red+Green+Blue) = 192+175+204=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #C0AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFCC is #3F5033. Grayscale: #B7B7B7. Windows color (decimal): -4149300 or 13414336. OLE color: 13414336.

HSL color Cylindrical-coordinate representation of color #C0AFCC: hue angle of 275.17º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0AFCC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 175 204 -
CMYK 0.06 0.14 0 0.2
HSL 275.17º 0.22% 0.74% -
HSV(B) 275.17º 0.14% 0.8% -
XYZ 47.97 46.23 63.52 -
YUV 183.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 192 175 204 0.06 0.14 0 0.2 275.17 0.22 0.74
Hex C0 AF CC 6 E 0 14 113 16 4A
Octal 300 257 314 6 16 0 24 423 26 112
Binary 11000000 10101111 11001100 110 1110 0 10100 100010011 10110 1001010

Color Harmonies of #C0AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFCC

Black with #C0AFCC

Text Example


Text Example

White with #C0AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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