Html Css Color HEX #C2414B Old Rose

📋 copy color: '#C2414B'

red 194 ◦ green 65 ◦ blue 75

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

Shades of Old Rose #C2414B

Tints of Old Rose #C2414B

RGB

 RED value IS 194 (76.17% from 255) = 58.08%

 GREEN value IS 65 (25.78% from 255) = 19.46%

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

R = 58.08%
G = 19.46%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2414B (or 0xC2414B) is known color: Old Rose. HEX triplet: C2, 41 and 4B. RGB value is (194,65,75). Sum of RGB (Red+Green+Blue) = 194+65+75=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2414B is #3DBEB4. Grayscale: #686868. Windows color (decimal): -4046517 or 4932034. OLE color: 4932034.

HSL color Cylindrical-coordinate representation of color #C2414B: hue angle of 355.35º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2414B is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 65 75 -
CMYK 0 0.66 0.61 0.24
HSL 355.35º 0.51% 0.51% -
HSV(B) 355.35º 0.66% 0.76% -
XYZ 25.41 15.76 8.36 -
YUV 104.71 111.24 191.69 -
System Red Green Blue C M Y K H S L
Decimal 194 65 75 0 0.66 0.61 0.24 355.35 0.51 0.51
Hex C2 41 4B 0 42 3D 18 163 33 33
Octal 302 101 113 0 102 75 30 543 63 63
Binary 11000010 1000001 1001011 0 1000010 111101 11000 101100011 110011 110011

Color Harmonies of #C2414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2414B

Black with #C2414B

Text Example


Text Example

White with #C2414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2414B; }

 p { color: rgb(194,65,75); }

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

background-color css

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

 a { background-color: rgb(194,65,75); }

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

border-color css

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

 span { border-color: rgb(194,65,75); }

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