Html Css Color HEX #C2264F Old Rose

📋 copy color: '#C2264F'

red 194 ◦ green 38 ◦ blue 79

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

Shades of Old Rose #C2264F

Tints of Old Rose #C2264F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 62.38%
G = 12.22%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C2264F (or 0xC2264F) is known color: Old Rose. HEX triplet: C2, 26 and 4F. RGB value is (194,38,79). Sum of RGB (Red+Green+Blue) = 194+38+79=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2264F is #3DD9B0. Grayscale: #595959. Windows color (decimal): -4053425 or 5187266. OLE color: 5187266.

HSL color Cylindrical-coordinate representation of color #C2264F: hue angle of 344.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2264F is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 79 -
CMYK 0 0.80 0.59 0.24
HSL 344.23º 0.67% 0.45% -
HSV(B) 344.23º 0.8% 0.76% -
XYZ 24.35 13.42 8.7 -
YUV 89.32 122.18 202.67 -
System Red Green Blue C M Y K H S L
Decimal 194 38 79 0 0.80 0.59 0.24 344.23 0.67 0.45
Hex C2 26 4F 0 50 3B 18 158 43 2D
Octal 302 46 117 0 120 73 30 530 103 55
Binary 11000010 100110 1001111 0 1010000 111011 11000 101011000 1000011 101101

Color Harmonies of #C2264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2264F

Black with #C2264F

Text Example


Text Example

White with #C2264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2264F; }

 p { color: rgb(194,38,79); }

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

background-color css

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

 a { background-color: rgb(194,38,79); }

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

border-color css

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

 span { border-color: rgb(194,38,79); }

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