Html Css Color HEX #C5234B Old Rose

📋 copy color: '#C5234B'

red 197 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #C5234B

Tints of Old Rose #C5234B

RGB

 RED value IS 197 (77.34% from 255) = 64.17%

 GREEN value IS 35 (14.06% from 255) = 11.4%

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 64.17%
G = 11.4%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5234B (or 0xC5234B) is known color: Old Rose. HEX triplet: C5, 23 and 4B. RGB value is (197,35,75). Sum of RGB (Red+Green+Blue) = 197+35+75=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5234B is #3ADCB4. Grayscale: #585858. Windows color (decimal): -3857589 or 4924357. OLE color: 4924357.

HSL color Cylindrical-coordinate representation of color #C5234B: hue angle of 345.19º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5234B is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 75 -
CMYK 0 0.82 0.62 0.23
HSL 345.19º 0.7% 0.45% -
HSV(B) 345.19º 0.82% 0.77% -
XYZ 24.9 13.58 7.97 -
YUV 88 120.67 205.75 -
System Red Green Blue C M Y K H S L
Decimal 197 35 75 0 0.82 0.62 0.23 345.19 0.7 0.45
Hex C5 23 4B 0 52 3E 17 159 46 2D
Octal 305 43 113 0 122 76 27 531 106 55
Binary 11000101 100011 1001011 0 1010010 111110 10111 101011001 1000110 101101

Color Harmonies of #C5234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5234B

Black with #C5234B

Text Example


Text Example

White with #C5234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5234B; }

 p { color: rgb(197,35,75); }

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

background-color css

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

 a { background-color: rgb(197,35,75); }

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

border-color css

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

 span { border-color: rgb(197,35,75); }

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