Html Css Color HEX #C4235C Old Rose

📋 copy color: '#C4235C'

red 196 ◦ green 35 ◦ blue 92

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

Shades of Old Rose #C4235C

Tints of Old Rose #C4235C

RGB

 RED value IS 196 (76.95% from 255) = 60.68%

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

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

R = 60.68%
G = 10.84%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4235C (or 0xC4235C) is known color: Old Rose. HEX triplet: C4, 23 and 5C. RGB value is (196,35,92). Sum of RGB (Red+Green+Blue) = 196+35+92=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C4235C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4235C is #3BDCA3. Grayscale: #595959. Windows color (decimal): -3923108 or 6038468. OLE color: 6038468.

HSL color Cylindrical-coordinate representation of color #C4235C: hue angle of 338.76º 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 #C4235C is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 35 92 -
CMYK 0 0.82 0.53 0.23
HSL 338.76º 0.7% 0.45% -
HSV(B) 338.76º 0.82% 0.77% -
XYZ 25.3 13.71 11.44 -
YUV 89.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 196 35 92 0 0.82 0.53 0.23 338.76 0.7 0.45
Hex C4 23 5C 0 52 35 17 153 46 2D
Octal 304 43 134 0 122 65 27 523 106 55
Binary 11000100 100011 1011100 0 1010010 110101 10111 101010011 1000110 101101

Color Harmonies of #C4235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4235C

Black with #C4235C

Text Example


Text Example

White with #C4235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4235C; }

 p { color: rgb(196,35,92); }

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

background-color css

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

 a { background-color: rgb(196,35,92); }

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

border-color css

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

 span { border-color: rgb(196,35,92); }

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