Html Css Color HEX #C1B2CF Moon Raker

📋 copy color: '#C1B2CF'

red 193 ◦ green 178 ◦ blue 207

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

Shades of Moon Raker #C1B2CF

Tints of Moon Raker #C1B2CF

RGB

 RED value IS 193 (75.78% from 255) = 33.39%

 GREEN value IS 178 (69.92% from 255) = 30.8%

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

R = 33.39%
G = 30.8%
B = 35.81%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1B2CF (or 0xC1B2CF) is known color: Moon Raker. HEX triplet: C1, B2 and CF. RGB value is (193,178,207). Sum of RGB (Red+Green+Blue) = 193+178+207=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1B2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B2CF is #3E4D30. Grayscale: #B9B9B9. Windows color (decimal): -4082993 or 13611713. OLE color: 13611713.

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

Color convert

RGB 193 178 207 -
CMYK 0.07 0.14 0 0.19
HSL 271.03º 0.23% 0.75% -
HSV(B) 271.03º 0.14% 0.81% -
XYZ 49.18 47.68 65.64 -
YUV 185.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 193 178 207 0.07 0.14 0 0.19 271.03 0.23 0.75
Hex C1 B2 CF 7 E 0 13 10F 17 4B
Octal 301 262 317 7 16 0 23 417 27 113
Binary 11000001 10110010 11001111 111 1110 0 10011 100001111 10111 1001011

Color Harmonies of #C1B2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B2CF

Black with #C1B2CF

Text Example


Text Example

White with #C1B2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B2CF; }

 p { color: rgb(193,178,207); }

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

background-color css

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

 a { background-color: rgb(193,178,207); }

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

border-color css

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

 span { border-color: rgb(193,178,207); }

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