Html Css Color HEX #C0B1CA Prelude

📋 copy color: '#C0B1CA'

red 192 ◦ green 177 ◦ blue 202

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

Shades of Prelude #C0B1CA

Tints of Prelude #C0B1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31%

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

R = 33.63%
G = 31%
B = 35.38%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C0B1CA (or 0xC0B1CA) is known color: Prelude. HEX triplet: C0, B1 and CA. RGB value is (192,177,202). Sum of RGB (Red+Green+Blue) = 192+177+202=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0B1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B1CA is #3F4E35. Grayscale: #B8B8B8. Windows color (decimal): -4148790 or 13283776. OLE color: 13283776.

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

Color convert

RGB 192 177 202 -
CMYK 0.05 0.12 0 0.21
HSL 276º 0.19% 0.74% -
HSV(B) 276º 0.12% 0.79% -
XYZ 48.12 46.92 62.4 -
YUV 184.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 192 177 202 0.05 0.12 0 0.21 276 0.19 0.74
Hex C0 B1 CA 5 C 0 15 114 13 4A
Octal 300 261 312 5 14 0 25 424 23 112
Binary 11000000 10110001 11001010 101 1100 0 10101 100010100 10011 1001010

Color Harmonies of #C0B1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B1CA

Black with #C0B1CA

Text Example


Text Example

White with #C0B1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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