Html Css Color HEX #C0364B Old Rose

📋 copy color: '#C0364B'

red 192 ◦ green 54 ◦ blue 75

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

Shades of Old Rose #C0364B

Tints of Old Rose #C0364B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.82%

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

R = 59.81%
G = 16.82%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0364B (or 0xC0364B) is known color: Old Rose. HEX triplet: C0, 36 and 4B. RGB value is (192,54,75). Sum of RGB (Red+Green+Blue) = 192+54+75=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C0364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0364B is #3FC9B4. Grayscale: #616161. Windows color (decimal): -4180405 or 4929216. OLE color: 4929216.

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

Color convert

RGB 192 54 75 -
CMYK 0 0.72 0.61 0.25
HSL 350.87º 0.56% 0.48% -
HSV(B) 350.87º 0.72% 0.75% -
XYZ 24.33 14.35 8.14 -
YUV 97.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 192 54 75 0 0.72 0.61 0.25 350.87 0.56 0.48
Hex C0 36 4B 0 48 3D 19 15F 38 30
Octal 300 66 113 0 110 75 31 537 70 60
Binary 11000000 110110 1001011 0 1001000 111101 11001 101011111 111000 110000

Color Harmonies of #C0364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0364B

Black with #C0364B

Text Example


Text Example

White with #C0364B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0364B; }

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

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

background-color css

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

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

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

border-color css

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

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

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