Html Css Color HEX #C43F4B Old Rose

📋 copy color: '#C43F4B'

red 196 ◦ green 63 ◦ blue 75

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

Shades of Old Rose #C43F4B

Tints of Old Rose #C43F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 18.86%

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

R = 58.68%
G = 18.86%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C43F4B (or 0xC43F4B) is known color: Old Rose. HEX triplet: C4, 3F and 4B. RGB value is (196,63,75). Sum of RGB (Red+Green+Blue) = 196+63+75=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C43F4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43F4B is #3BC0B4. Grayscale: #686868. Windows color (decimal): -3915957 or 4931524. OLE color: 4931524.

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

Color convert

RGB 196 63 75 -
CMYK 0 0.68 0.62 0.23
HSL 354.59º 0.53% 0.51% -
HSV(B) 354.59º 0.68% 0.77% -
XYZ 25.81 15.8 8.35 -
YUV 104.14 111.56 193.52 -
System Red Green Blue C M Y K H S L
Decimal 196 63 75 0 0.68 0.62 0.23 354.59 0.53 0.51
Hex C4 3F 4B 0 44 3E 17 163 35 33
Octal 304 77 113 0 104 76 27 543 65 63
Binary 11000100 111111 1001011 0 1000100 111110 10111 101100011 110101 110011

Color Harmonies of #C43F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43F4B

Black with #C43F4B

Text Example


Text Example

White with #C43F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43F4B; }

 p { color: rgb(196,63,75); }

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

background-color css

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

 a { background-color: rgb(196,63,75); }

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

border-color css

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

 span { border-color: rgb(196,63,75); }

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