Html Css Color HEX #C7C0CA Prelude

📋 copy color: '#C7C0CA'

red 199 ◦ green 192 ◦ blue 202

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

Shades of Prelude #C7C0CA

Tints of Prelude #C7C0CA

RGB

 RED value IS 199 (78.13% from 255) = 33.56%

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

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

R = 33.56%
G = 32.38%
B = 34.06%

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

#C7C0CA (or 0xC7C0CA) is known color: Prelude. HEX triplet: C7, C0 and CA. RGB value is (199,192,202). Sum of RGB (Red+Green+Blue) = 199+192+202=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0CA is #383F35. Grayscale: #C3C3C3. Windows color (decimal): -3686198 or 13287623. OLE color: 13287623.

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

Color convert

RGB 199 192 202 -
CMYK 0.01 0.05 0 0.21
HSL 282º 0.09% 0.77% -
HSV(B) 282º 0.05% 0.79% -
XYZ 53.06 54.11 63.52 -
YUV 195.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 199 192 202 0.01 0.05 0 0.21 282 0.09 0.77
Hex C7 C0 CA 1 5 0 15 11A 9 4D
Octal 307 300 312 1 5 0 25 432 11 115
Binary 11000111 11000000 11001010 1 101 0 10101 100011010 1001 1001101

Color Harmonies of #C7C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C0CA

Black with #C7C0CA

Text Example


Text Example

White with #C7C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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