Html Css Color HEX #C2335B Old Rose

📋 copy color: '#C2335B'

red 194 ◦ green 51 ◦ blue 91

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

Shades of Old Rose #C2335B

Tints of Old Rose #C2335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.18%

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 57.74%
G = 15.18%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2335B (or 0xC2335B) is known color: Old Rose. HEX triplet: C2, 33 and 5B. RGB value is (194,51,91). Sum of RGB (Red+Green+Blue) = 194+51+91=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2335B is #3DCCA4. Grayscale: #626262. Windows color (decimal): -4050085 or 5977026. OLE color: 5977026.

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

Color convert

RGB 194 51 91 -
CMYK 0 0.74 0.53 0.24
HSL 343.22º 0.58% 0.48% -
HSV(B) 343.22º 0.74% 0.76% -
XYZ 25.32 14.59 11.38 -
YUV 98.32 123.88 196.25 -
System Red Green Blue C M Y K H S L
Decimal 194 51 91 0 0.74 0.53 0.24 343.22 0.58 0.48
Hex C2 33 5B 0 4A 35 18 157 3A 30
Octal 302 63 133 0 112 65 30 527 72 60
Binary 11000010 110011 1011011 0 1001010 110101 11000 101010111 111010 110000

Color Harmonies of #C2335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2335B

Black with #C2335B

Text Example


Text Example

White with #C2335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2335B; }

 p { color: rgb(194,51,91); }

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

background-color css

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

 a { background-color: rgb(194,51,91); }

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

border-color css

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

 span { border-color: rgb(194,51,91); }

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