Html Css Color HEX #C5AFCF Prelude

📋 copy color: '#C5AFCF'

red 197 ◦ green 175 ◦ blue 207

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

Shades of Prelude #C5AFCF

Tints of Prelude #C5AFCF

RGB

 RED value IS 197 (77.34% from 255) = 34.02%

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 34.02%
G = 30.22%
B = 35.75%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C5AFCF (or 0xC5AFCF) is known color: Prelude. HEX triplet: C5, AF and CF. RGB value is (197,175,207). Sum of RGB (Red+Green+Blue) = 197+175+207=579 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.02% from 579); Green value is 175 (68.75% from 255 or 30.22% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #C5AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFCF is #3A5030. Grayscale: #B9B9B9. Windows color (decimal): -3821617 or 13610949. OLE color: 13610949.

HSL color Cylindrical-coordinate representation of color #C5AFCF: hue angle of 281.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5AFCF is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 175 207 -
CMYK 0.05 0.15 0 0.19
HSL 281.25º 0.25% 0.75% -
HSV(B) 281.25º 0.15% 0.81% -
XYZ 49.62 47.04 65.5 -
YUV 185.23 140.29 136.4 -
System Red Green Blue C M Y K H S L
Decimal 197 175 207 0.05 0.15 0 0.19 281.25 0.25 0.75
Hex C5 AF CF 5 F 0 13 119 19 4B
Octal 305 257 317 5 17 0 23 431 31 113
Binary 11000101 10101111 11001111 101 1111 0 10011 100011001 11001 1001011

Color Harmonies of #C5AFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFCF

Black with #C5AFCF

Text Example


Text Example

White with #C5AFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFCF; }

 p { color: rgb(197,175,207); }

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

background-color css

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

 a { background-color: rgb(197,175,207); }

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

border-color css

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

 span { border-color: rgb(197,175,207); }

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