Html Css Color HEX #C0AFCB Prelude

📋 copy color: '#C0AFCB'

red 192 ◦ green 175 ◦ blue 203

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

Shades of Prelude #C0AFCB

Tints of Prelude #C0AFCB

RGB

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

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

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

R = 33.68%
G = 30.7%
B = 35.61%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0AFCB (or 0xC0AFCB) is known color: Prelude. HEX triplet: C0, AF and CB. RGB value is (192,175,203). Sum of RGB (Red+Green+Blue) = 192+175+203=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C0AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFCB is #3F5034. Grayscale: #B7B7B7. Windows color (decimal): -4149301 or 13348800. OLE color: 13348800.

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

Color convert

RGB 192 175 203 -
CMYK 0.05 0.14 0 0.20
HSL 276.43º 0.21% 0.74% -
HSV(B) 276.43º 0.14% 0.8% -
XYZ 47.85 46.18 62.89 -
YUV 183.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 192 175 203 0.05 0.14 0 0.20 276.43 0.21 0.74
Hex C0 AF CB 5 E 0 14 114 15 4A
Octal 300 257 313 5 16 0 24 424 25 112
Binary 11000000 10101111 11001011 101 1110 0 10100 100010100 10101 1001010

Color Harmonies of #C0AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFCB

Black with #C0AFCB

Text Example


Text Example

White with #C0AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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