Html Css Color HEX #C0274F Old Rose

📋 copy color: '#C0274F'

red 192 ◦ green 39 ◦ blue 79

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

Shades of Old Rose #C0274F

Tints of Old Rose #C0274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.58%

 BLUE value IS 79 (31.25% from 255) = 25.48%

R = 61.94%
G = 12.58%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0274F (or 0xC0274F) is known color: Old Rose. HEX triplet: C0, 27 and 4F. RGB value is (192,39,79). Sum of RGB (Red+Green+Blue) = 192+39+79=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0274F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0274F is #3FD8B0. Grayscale: #595959. Windows color (decimal): -4184241 or 5187520. OLE color: 5187520.

HSL color Cylindrical-coordinate representation of color #C0274F: hue angle of 344.31º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0274F is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 79 -
CMYK 0 0.80 0.59 0.25
HSL 344.31º 0.66% 0.45% -
HSV(B) 344.31º 0.8% 0.75% -
XYZ 23.88 13.22 8.69 -
YUV 89.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 192 39 79 0 0.80 0.59 0.25 344.31 0.66 0.45
Hex C0 27 4F 0 50 3B 19 158 42 2D
Octal 300 47 117 0 120 73 31 530 102 55
Binary 11000000 100111 1001111 0 1010000 111011 11001 101011000 1000010 101101

Color Harmonies of #C0274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0274F

Black with #C0274F

Text Example


Text Example

White with #C0274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0274F; }

 p { color: rgb(192,39,79); }

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

background-color css

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

 a { background-color: rgb(192,39,79); }

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

border-color css

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

 span { border-color: rgb(192,39,79); }

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