Html Css Color HEX #C0A7CA Prelude

📋 copy color: '#C0A7CA'

red 192 ◦ green 167 ◦ blue 202

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

Shades of Prelude #C0A7CA

Tints of Prelude #C0A7CA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.77%

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

R = 34.22%
G = 29.77%
B = 36.01%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0A7CA (or 0xC0A7CA) is known color: Prelude. HEX triplet: C0, A7 and CA. RGB value is (192,167,202). Sum of RGB (Red+Green+Blue) = 192+167+202=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0A7CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7CA is #3F5835. Grayscale: #B2B2B2. Windows color (decimal): -4151350 or 13281216. OLE color: 13281216.

HSL color Cylindrical-coordinate representation of color #C0A7CA: hue angle of 282.86º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0A7CA is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 167 202 -
CMYK 0.05 0.17 0 0.21
HSL 282.86º 0.25% 0.72% -
HSV(B) 282.86º 0.17% 0.79% -
XYZ 46.22 43.11 61.76 -
YUV 178.47 141.28 137.65 -
System Red Green Blue C M Y K H S L
Decimal 192 167 202 0.05 0.17 0 0.21 282.86 0.25 0.72
Hex C0 A7 CA 5 11 0 15 11B 19 48
Octal 300 247 312 5 21 0 25 433 31 110
Binary 11000000 10100111 11001010 101 10001 0 10101 100011011 11001 1001000

Color Harmonies of #C0A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A7CA

Black with #C0A7CA

Text Example


Text Example

White with #C0A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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