Html Css Color HEX #C2466B Royal Heath

📋 copy color: '#C2466B'

red 194 ◦ green 70 ◦ blue 107

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

Shades of Royal Heath #C2466B

Tints of Royal Heath #C2466B

RGB

 RED value IS 194 (76.17% from 255) = 52.29%

 GREEN value IS 70 (27.73% from 255) = 18.87%

 BLUE value IS 107 (42.19% from 255) = 28.84%

R = 52.29%
G = 18.87%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2466B (or 0xC2466B) is known color: Royal Heath. HEX triplet: C2, 46 and 6B. RGB value is (194,70,107). Sum of RGB (Red+Green+Blue) = 194+70+107=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2466B is #3DB994. Grayscale: #6F6F6F. Windows color (decimal): -4045205 or 7030466. OLE color: 7030466.

HSL color Cylindrical-coordinate representation of color #C2466B: hue angle of 342.1º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2466B is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 70 107 -
CMYK 0 0.64 0.45 0.24
HSL 342.1º 0.5% 0.52% -
HSV(B) 342.1º 0.64% 0.76% -
XYZ 27.09 16.91 15.75 -
YUV 111.29 125.58 186.99 -
System Red Green Blue C M Y K H S L
Decimal 194 70 107 0 0.64 0.45 0.24 342.1 0.5 0.52
Hex C2 46 6B 0 40 2D 18 156 32 34
Octal 302 106 153 0 100 55 30 526 62 64
Binary 11000010 1000110 1101011 0 1000000 101101 11000 101010110 110010 110100

Color Harmonies of #C2466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2466B

Black with #C2466B

Text Example


Text Example

White with #C2466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2466B; }

 p { color: rgb(194,70,107); }

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

background-color css

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

 a { background-color: rgb(194,70,107); }

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

border-color css

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

 span { border-color: rgb(194,70,107); }

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