Html Css Color HEX #C2385A Old Rose

📋 copy color: '#C2385A'

red 194 ◦ green 56 ◦ blue 90

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

Shades of Old Rose #C2385A

Tints of Old Rose #C2385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.47%

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 57.06%
G = 16.47%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2385A (or 0xC2385A) is known color: Old Rose. HEX triplet: C2, 38 and 5A. RGB value is (194,56,90). Sum of RGB (Red+Green+Blue) = 194+56+90=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2385A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2385A is #3DC7A5. Grayscale: #656565. Windows color (decimal): -4048806 or 5912770. OLE color: 5912770.

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

Color convert

RGB 194 56 90 -
CMYK 0 0.71 0.54 0.24
HSL 345.22º 0.55% 0.49% -
HSV(B) 345.22º 0.71% 0.76% -
XYZ 25.51 15.04 11.23 -
YUV 101.14 121.72 194.24 -
System Red Green Blue C M Y K H S L
Decimal 194 56 90 0 0.71 0.54 0.24 345.22 0.55 0.49
Hex C2 38 5A 0 47 36 18 159 37 31
Octal 302 70 132 0 107 66 30 531 67 61
Binary 11000010 111000 1011010 0 1000111 110110 11000 101011001 110111 110001

Color Harmonies of #C2385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2385A

Black with #C2385A

Text Example


Text Example

White with #C2385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2385A; }

 p { color: rgb(194,56,90); }

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

background-color css

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

 a { background-color: rgb(194,56,90); }

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

border-color css

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

 span { border-color: rgb(194,56,90); }

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