Html Css Color HEX #C0B4CF Moon Raker

📋 copy color: '#C0B4CF'

red 192 ◦ green 180 ◦ blue 207

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

Shades of Moon Raker #C0B4CF

Tints of Moon Raker #C0B4CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.75%

R = 33.16%
G = 31.09%
B = 35.75%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C0B4CF (or 0xC0B4CF) is known color: Moon Raker. HEX triplet: C0, B4 and CF. RGB value is (192,180,207). Sum of RGB (Red+Green+Blue) = 192+180+207=579 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.16% from 579); Green value is 180 (70.70% from 255 or 31.09% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0B4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B4CF is #3F4B30. Grayscale: #BABABA. Windows color (decimal): -4148017 or 13612224. OLE color: 13612224.

HSL color Cylindrical-coordinate representation of color #C0B4CF: hue angle of 266.67º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B4CF is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 180 207 -
CMYK 0.07 0.13 0 0.19
HSL 266.67º 0.22% 0.76% -
HSV(B) 266.67º 0.13% 0.81% -
XYZ 49.32 48.35 65.77 -
YUV 186.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 192 180 207 0.07 0.13 0 0.19 266.67 0.22 0.76
Hex C0 B4 CF 7 D 0 13 10B 16 4C
Octal 300 264 317 7 15 0 23 413 26 114
Binary 11000000 10110100 11001111 111 1101 0 10011 100001011 10110 1001100

Color Harmonies of #C0B4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B4CF

Black with #C0B4CF

Text Example


Text Example

White with #C0B4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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