Html Css Color HEX #C0B4C6 Prelude

📋 copy color: '#C0B4C6'

red 192 ◦ green 180 ◦ blue 198

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

Shades of Prelude #C0B4C6

Tints of Prelude #C0B4C6

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.58%

 BLUE value IS 198 (77.73% from 255) = 34.74%

R = 33.68%
G = 31.58%
B = 34.74%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C0B4C6 (or 0xC0B4C6) is known color: Prelude. HEX triplet: C0, B4 and C6. RGB value is (192,180,198). Sum of RGB (Red+Green+Blue) = 192+180+198=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 180 (70.70% from 255 or 31.58% from 570); Blue value is 198 (77.73% from 255 or 34.74% from 570); Max value from RGB is 198 - color contains mainly: blue. Hex color #C0B4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4C6 is #3F4B39. Grayscale: #B9B9B9. Windows color (decimal): -4148026 or 13022400. OLE color: 13022400.

HSL color Cylindrical-coordinate representation of color #C0B4C6: hue angle of 280º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B4C6 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 180 198 -
CMYK 0.03 0.09 0 0.22
HSL 280º 0.14% 0.74% -
HSV(B) 280º 0.09% 0.78% -
XYZ 48.25 47.93 60.13 -
YUV 185.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 192 180 198 0.03 0.09 0 0.22 280 0.14 0.74
Hex C0 B4 C6 3 9 0 16 118 E 4A
Octal 300 264 306 3 11 0 26 430 16 112
Binary 11000000 10110100 11000110 11 1001 0 10110 100011000 1110 1001010

Color Harmonies of #C0B4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B4C6

Black with #C0B4C6

Text Example


Text Example

White with #C0B4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B4C6; }

 p { color: rgb(192,180,198); }

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

background-color css

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

 a { background-color: rgb(192,180,198); }

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

border-color css

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

 span { border-color: rgb(192,180,198); }

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