Html Css Color HEX #C0275C Old Rose

📋 copy color: '#C0275C'

red 192 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #C0275C

Tints of Old Rose #C0275C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.48%

R = 59.44%
G = 12.07%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0275C (or 0xC0275C) is known color: Old Rose. HEX triplet: C0, 27 and 5C. RGB value is (192,39,92). Sum of RGB (Red+Green+Blue) = 192+39+92=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 92 (36.33% from 255 or 28.48% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C0275C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0275C is #3FD8A3. Grayscale: #5A5A5A. Windows color (decimal): -4184228 or 6039488. OLE color: 6039488.

HSL color Cylindrical-coordinate representation of color #C0275C: hue angle of 339.22º 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 #C0275C is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 39 92 -
CMYK 0 0.80 0.52 0.25
HSL 339.22º 0.66% 0.45% -
HSV(B) 339.22º 0.8% 0.75% -
XYZ 24.4 13.43 11.43 -
YUV 90.79 128.69 200.19 -
System Red Green Blue C M Y K H S L
Decimal 192 39 92 0 0.80 0.52 0.25 339.22 0.66 0.45
Hex C0 27 5C 0 50 34 19 153 42 2D
Octal 300 47 134 0 120 64 31 523 102 55
Binary 11000000 100111 1011100 0 1010000 110100 11001 101010011 1000010 101101

Color Harmonies of #C0275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0275C

Black with #C0275C

Text Example


Text Example

White with #C0275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0275C; }

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

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

background-color css

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

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

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

border-color css

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

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

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