Html Css Color HEX #C02B65 Old Rose

📋 copy color: '#C02B65'

red 192 ◦ green 43 ◦ blue 101

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

Shades of Old Rose #C02B65

Tints of Old Rose #C02B65

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.8%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 57.14%
G = 12.8%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C02B65 (or 0xC02B65) is known color: Old Rose. HEX triplet: C0, 2B and 65. RGB value is (192,43,101). Sum of RGB (Red+Green+Blue) = 192+43+101=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B65 is #3FD49A. Grayscale: #5E5E5E. Windows color (decimal): -4183195 or 6630336. OLE color: 6630336.

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

Color convert

RGB 192 43 101 -
CMYK 0 0.78 0.47 0.25
HSL 336.64º 0.63% 0.46% -
HSV(B) 336.64º 0.78% 0.75% -
XYZ 24.95 13.87 13.67 -
YUV 94.16 131.86 197.78 -
System Red Green Blue C M Y K H S L
Decimal 192 43 101 0 0.78 0.47 0.25 336.64 0.63 0.46
Hex C0 2B 65 0 4E 2F 19 151 3F 2E
Octal 300 53 145 0 116 57 31 521 77 56
Binary 11000000 101011 1100101 0 1001110 101111 11001 101010001 111111 101110

Color Harmonies of #C02B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02B65

Black with #C02B65

Text Example


Text Example

White with #C02B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02B65; }

 p { color: rgb(192,43,101); }

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

background-color css

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

 a { background-color: rgb(192,43,101); }

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

border-color css

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

 span { border-color: rgb(192,43,101); }

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