Html Css Color HEX #C0284B Old Rose

📋 copy color: '#C0284B'

red 192 ◦ green 40 ◦ blue 75

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

Shades of Old Rose #C0284B

Tints of Old Rose #C0284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 62.54%
G = 13.03%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0284B (or 0xC0284B) is known color: Old Rose. HEX triplet: C0, 28 and 4B. RGB value is (192,40,75). Sum of RGB (Red+Green+Blue) = 192+40+75=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0284B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0284B is #3FD7B4. Grayscale: #595959. Windows color (decimal): -4183989 or 4925632. OLE color: 4925632.

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

Color convert

RGB 192 40 75 -
CMYK 0 0.79 0.61 0.25
HSL 346.18º 0.66% 0.45% -
HSV(B) 346.18º 0.79% 0.75% -
XYZ 23.77 13.23 7.96 -
YUV 89.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 192 40 75 0 0.79 0.61 0.25 346.18 0.66 0.45
Hex C0 28 4B 0 4F 3D 19 15A 42 2D
Octal 300 50 113 0 117 75 31 532 102 55
Binary 11000000 101000 1001011 0 1001111 111101 11001 101011010 1000010 101101

Color Harmonies of #C0284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0284B

Black with #C0284B

Text Example


Text Example

White with #C0284B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0284B; }

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

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

background-color css

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

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

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

border-color css

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

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

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