Html Css Color HEX #C12765 Old Rose

📋 copy color: '#C12765'

red 193 ◦ green 39 ◦ blue 101

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

Shades of Old Rose #C12765

Tints of Old Rose #C12765

RGB

 RED value IS 193 (75.78% from 255) = 57.96%

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

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

R = 57.96%
G = 11.71%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C12765 (or 0xC12765) is known color: Old Rose. HEX triplet: C1, 27 and 65. RGB value is (193,39,101). Sum of RGB (Red+Green+Blue) = 193+39+101=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C12765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12765 is #3ED89A. Grayscale: #5C5C5C. Windows color (decimal): -4118683 or 6629313. OLE color: 6629313.

HSL color Cylindrical-coordinate representation of color #C12765: hue angle of 335.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12765 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 101 -
CMYK 0 0.80 0.48 0.24
HSL 335.84º 0.66% 0.45% -
HSV(B) 335.84º 0.8% 0.76% -
XYZ 25.07 13.73 13.64 -
YUV 92.11 133.02 199.96 -
System Red Green Blue C M Y K H S L
Decimal 193 39 101 0 0.80 0.48 0.24 335.84 0.66 0.45
Hex C1 27 65 0 50 30 18 150 42 2D
Octal 301 47 145 0 120 60 30 520 102 55
Binary 11000001 100111 1100101 0 1010000 110000 11000 101010000 1000010 101101

Color Harmonies of #C12765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12765

Black with #C12765

Text Example


Text Example

White with #C12765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12765; }

 p { color: rgb(193,39,101); }

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

background-color css

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

 a { background-color: rgb(193,39,101); }

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

border-color css

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

 span { border-color: rgb(193,39,101); }

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