Html Css Color HEX #C4214B Old Rose

📋 copy color: '#C4214B'

red 196 ◦ green 33 ◦ blue 75

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

Shades of Old Rose #C4214B

Tints of Old Rose #C4214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.86%

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

R = 64.47%
G = 10.86%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4214B (or 0xC4214B) is known color: Old Rose. HEX triplet: C4, 21 and 4B. RGB value is (196,33,75). Sum of RGB (Red+Green+Blue) = 196+33+75=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C4214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4214B is #3BDEB4. Grayscale: #565656. Windows color (decimal): -3923637 or 4923844. OLE color: 4923844.

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

Color convert

RGB 196 33 75 -
CMYK 0 0.83 0.62 0.23
HSL 344.54º 0.71% 0.45% -
HSV(B) 344.54º 0.83% 0.77% -
XYZ 24.58 13.33 7.93 -
YUV 86.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 196 33 75 0 0.83 0.62 0.23 344.54 0.71 0.45
Hex C4 21 4B 0 53 3E 17 159 47 2D
Octal 304 41 113 0 123 76 27 531 107 55
Binary 11000100 100001 1001011 0 1010011 111110 10111 101011001 1000111 101101

Color Harmonies of #C4214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4214B

Black with #C4214B

Text Example


Text Example

White with #C4214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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