Html Css Color HEX #C0214B Old Rose

📋 copy color: '#C0214B'

red 192 ◦ green 33 ◦ blue 75

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

Shades of Old Rose #C0214B

Tints of Old Rose #C0214B

RGB

 RED value IS 192 (75.39% from 255) = 64%

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

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

R = 64%
G = 11%
B = 25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0214B (or 0xC0214B) is known color: Old Rose. HEX triplet: C0, 21 and 4B. RGB value is (192,33,75). Sum of RGB (Red+Green+Blue) = 192+33+75=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0214B is #3FDEB4. Grayscale: #555555. Windows color (decimal): -4185781 or 4923840. OLE color: 4923840.

HSL color Cylindrical-coordinate representation of color #C0214B: hue angle of 344.15º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0214B is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 75 -
CMYK 0 0.83 0.61 0.25
HSL 344.15º 0.71% 0.44% -
HSV(B) 344.15º 0.83% 0.75% -
XYZ 23.55 12.8 7.89 -
YUV 85.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 192 33 75 0 0.83 0.61 0.25 344.15 0.71 0.44
Hex C0 21 4B 0 53 3D 19 158 47 2C
Octal 300 41 113 0 123 75 31 530 107 54
Binary 11000000 100001 1001011 0 1010011 111101 11001 101011000 1000111 101100

Color Harmonies of #C0214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0214B

Black with #C0214B

Text Example


Text Example

White with #C0214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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