Html Css Color HEX #C22665 Old Rose

📋 copy color: '#C22665'

red 194 ◦ green 38 ◦ blue 101

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

Shades of Old Rose #C22665

Tints of Old Rose #C22665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.33%

R = 58.26%
G = 11.41%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C22665 (or 0xC22665) is known color: Old Rose. HEX triplet: C2, 26 and 65. RGB value is (194,38,101). Sum of RGB (Red+Green+Blue) = 194+38+101=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C22665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22665 is #3DD99A. Grayscale: #5B5B5B. Windows color (decimal): -4053403 or 6629058. OLE color: 6629058.

HSL color Cylindrical-coordinate representation of color #C22665: hue angle of 335.77º 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 #C22665 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 101 -
CMYK 0 0.80 0.48 0.24
HSL 335.77º 0.67% 0.45% -
HSV(B) 335.77º 0.8% 0.76% -
XYZ 25.29 13.8 13.64 -
YUV 91.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 194 38 101 0 0.80 0.48 0.24 335.77 0.67 0.45
Hex C2 26 65 0 50 30 18 150 43 2D
Octal 302 46 145 0 120 60 30 520 103 55
Binary 11000010 100110 1100101 0 1010000 110000 11000 101010000 1000011 101101

Color Harmonies of #C22665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22665

Black with #C22665

Text Example


Text Example

White with #C22665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22665; }

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

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

background-color css

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

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

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

border-color css

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

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

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