Html Css Color HEX #C8C0CA Prelude

📋 copy color: '#C8C0CA'

red 200 ◦ green 192 ◦ blue 202

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

Shades of Prelude #C8C0CA

Tints of Prelude #C8C0CA

RGB

 RED value IS 200 (78.52% from 255) = 33.67%

 GREEN value IS 192 (75.39% from 255) = 32.32%

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

R = 33.67%
G = 32.32%
B = 34.01%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C8C0CA (or 0xC8C0CA) is known color: Prelude. HEX triplet: C8, C0 and CA. RGB value is (200,192,202). Sum of RGB (Red+Green+Blue) = 200+192+202=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 192 (75.39% from 255 or 32.32% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0CA is #373F35. Grayscale: #C3C3C3. Windows color (decimal): -3620662 or 13287624. OLE color: 13287624.

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

Color convert

RGB 200 192 202 -
CMYK 0.01 0.05 0 0.21
HSL 288º 0.09% 0.77% -
HSV(B) 288º 0.05% 0.79% -
XYZ 53.33 54.24 63.54 -
YUV 195.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 200 192 202 0.01 0.05 0 0.21 288 0.09 0.77
Hex C8 C0 CA 1 5 0 15 120 9 4D
Octal 310 300 312 1 5 0 25 440 11 115
Binary 11001000 11000000 11001010 1 101 0 10101 100100000 1001 1001101

Color Harmonies of #C8C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C0CA

Black with #C8C0CA

Text Example


Text Example

White with #C8C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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