Html Css Color HEX #C02567 Old Rose

📋 copy color: '#C02567'

red 192 ◦ green 37 ◦ blue 103

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

Shades of Old Rose #C02567

Tints of Old Rose #C02567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.14%

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 57.83%
G = 11.14%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02567 (or 0xC02567) is known color: Old Rose. HEX triplet: C0, 25 and 67. RGB value is (192,37,103). Sum of RGB (Red+Green+Blue) = 192+37+103=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C02567 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02567 is #3FDA98. Grayscale: #5A5A5A. Windows color (decimal): -4184729 or 6759872. OLE color: 6759872.

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

Color convert

RGB 192 37 103 -
CMYK 0 0.81 0.46 0.25
HSL 334.45º 0.68% 0.45% -
HSV(B) 334.45º 0.81% 0.75% -
XYZ 24.85 13.51 14.13 -
YUV 90.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 192 37 103 0 0.81 0.46 0.25 334.45 0.68 0.45
Hex C0 25 67 0 51 2E 19 14E 44 2D
Octal 300 45 147 0 121 56 31 516 104 55
Binary 11000000 100101 1100111 0 1010001 101110 11001 101001110 1000100 101101

Color Harmonies of #C02567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02567

Black with #C02567

Text Example


Text Example

White with #C02567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02567; }

 p { color: rgb(192,37,103); }

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

background-color css

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

 a { background-color: rgb(192,37,103); }

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

border-color css

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

 span { border-color: rgb(192,37,103); }

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