Html Css Color HEX #C2375C Old Rose

📋 copy color: '#C2375C'

red 194 ◦ green 55 ◦ blue 92

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

Shades of Old Rose #C2375C

Tints of Old Rose #C2375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

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

R = 56.89%
G = 16.13%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2375C (or 0xC2375C) is known color: Old Rose. HEX triplet: C2, 37 and 5C. RGB value is (194,55,92). Sum of RGB (Red+Green+Blue) = 194+55+92=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2375C is #3DC8A3. Grayscale: #646464. Windows color (decimal): -4049060 or 6043586. OLE color: 6043586.

HSL color Cylindrical-coordinate representation of color #C2375C: hue angle of 344.03º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2375C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 55 92 -
CMYK 0 0.72 0.53 0.24
HSL 344.03º 0.56% 0.49% -
HSV(B) 344.03º 0.72% 0.76% -
XYZ 25.55 14.97 11.67 -
YUV 100.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 194 55 92 0 0.72 0.53 0.24 344.03 0.56 0.49
Hex C2 37 5C 0 48 35 18 158 38 31
Octal 302 67 134 0 110 65 30 530 70 61
Binary 11000010 110111 1011100 0 1001000 110101 11000 101011000 111000 110001

Color Harmonies of #C2375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2375C

Black with #C2375C

Text Example


Text Example

White with #C2375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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