Html Css Color HEX #C6AFCB Prelude

📋 copy color: '#C6AFCB'

red 198 ◦ green 175 ◦ blue 203

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

Shades of Prelude #C6AFCB

Tints of Prelude #C6AFCB

RGB

 RED value IS 198 (77.73% from 255) = 34.38%

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

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

R = 34.38%
G = 30.38%
B = 35.24%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6AFCB (or 0xC6AFCB) is known color: Prelude. HEX triplet: C6, AF and CB. RGB value is (198,175,203). Sum of RGB (Red+Green+Blue) = 198+175+203=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFCB is #395034. Grayscale: #B8B8B8. Windows color (decimal): -3756085 or 13348806. OLE color: 13348806.

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

Color convert

RGB 198 175 203 -
CMYK 0.02 0.14 0 0.20
HSL 289.29º 0.21% 0.74% -
HSV(B) 289.29º 0.14% 0.8% -
XYZ 49.4 46.98 62.96 -
YUV 185.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 198 175 203 0.02 0.14 0 0.20 289.29 0.21 0.74
Hex C6 AF CB 2 E 0 14 121 15 4A
Octal 306 257 313 2 16 0 24 441 25 112
Binary 11000110 10101111 11001011 10 1110 0 10100 100100001 10101 1001010

Color Harmonies of #C6AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFCB

Black with #C6AFCB

Text Example


Text Example

White with #C6AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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