Html Css Color HEX #C4285C Old Rose

📋 copy color: '#C4285C'

red 196 ◦ green 40 ◦ blue 92

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

Shades of Old Rose #C4285C

Tints of Old Rose #C4285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

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

R = 59.76%
G = 12.2%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4285C (or 0xC4285C) is known color: Old Rose. HEX triplet: C4, 28 and 5C. RGB value is (196,40,92). Sum of RGB (Red+Green+Blue) = 196+40+92=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C4285C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4285C is #3BD7A3. Grayscale: #5C5C5C. Windows color (decimal): -3921828 or 6039748. OLE color: 6039748.

HSL color Cylindrical-coordinate representation of color #C4285C: hue angle of 340º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4285C is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 92 -
CMYK 0 0.80 0.53 0.23
HSL 340º 0.66% 0.46% -
HSV(B) 340º 0.8% 0.77% -
XYZ 25.46 14.03 11.49 -
YUV 92.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 196 40 92 0 0.80 0.53 0.23 340 0.66 0.46
Hex C4 28 5C 0 50 35 17 154 42 2E
Octal 304 50 134 0 120 65 27 524 102 56
Binary 11000100 101000 1011100 0 1010000 110101 10111 101010100 1000010 101110

Color Harmonies of #C4285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4285C

Black with #C4285C

Text Example


Text Example

White with #C4285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4285C; }

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

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

background-color css

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

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

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

border-color css

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

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

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