Html Css Color HEX #C2275C Old Rose

📋 copy color: '#C2275C'

red 194 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #C2275C

Tints of Old Rose #C2275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 59.69%
G = 12%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2275C (or 0xC2275C) is known color: Old Rose. HEX triplet: C2, 27 and 5C. RGB value is (194,39,92). Sum of RGB (Red+Green+Blue) = 194+39+92=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2275C is #3DD8A3. Grayscale: #5B5B5B. Windows color (decimal): -4053156 or 6039490. OLE color: 6039490.

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

Color convert

RGB 194 39 92 -
CMYK 0 0.80 0.53 0.24
HSL 339.48º 0.67% 0.46% -
HSV(B) 339.48º 0.8% 0.76% -
XYZ 24.91 13.69 11.46 -
YUV 91.39 128.35 201.19 -
System Red Green Blue C M Y K H S L
Decimal 194 39 92 0 0.80 0.53 0.24 339.48 0.67 0.46
Hex C2 27 5C 0 50 35 18 153 43 2E
Octal 302 47 134 0 120 65 30 523 103 56
Binary 11000010 100111 1011100 0 1010000 110101 11000 101010011 1000011 101110

Color Harmonies of #C2275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2275C

Black with #C2275C

Text Example


Text Example

White with #C2275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2275C; }

 p { color: rgb(194,39,92); }

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

background-color css

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

 a { background-color: rgb(194,39,92); }

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

border-color css

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

 span { border-color: rgb(194,39,92); }

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