Html Css Color HEX #C02645 Old Rose

📋 copy color: '#C02645'

red 192 ◦ green 38 ◦ blue 69

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

Shades of Old Rose #C02645

Tints of Old Rose #C02645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

 BLUE value IS 69 (27.34% from 255) = 23.08%

R = 64.21%
G = 12.71%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C02645 (or 0xC02645) is known color: Old Rose. HEX triplet: C0, 26 and 45. RGB value is (192,38,69). Sum of RGB (Red+Green+Blue) = 192+38+69=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C02645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02645 is #3FD9BA. Grayscale: #575757. Windows color (decimal): -4184507 or 4531904. OLE color: 4531904.

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

Color convert

RGB 192 38 69 -
CMYK 0 0.80 0.64 0.25
HSL 347.92º 0.67% 0.45% -
HSV(B) 347.92º 0.8% 0.75% -
XYZ 23.51 13.02 6.9 -
YUV 87.58 117.52 202.48 -
System Red Green Blue C M Y K H S L
Decimal 192 38 69 0 0.80 0.64 0.25 347.92 0.67 0.45
Hex C0 26 45 0 50 40 19 15C 43 2D
Octal 300 46 105 0 120 100 31 534 103 55
Binary 11000000 100110 1000101 0 1010000 1000000 11001 101011100 1000011 101101

Color Harmonies of #C02645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02645

Black with #C02645

Text Example


Text Example

White with #C02645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02645; }

 p { color: rgb(192,38,69); }

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

background-color css

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

 a { background-color: rgb(192,38,69); }

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

border-color css

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

 span { border-color: rgb(192,38,69); }

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