Html Css Color HEX #C7335A Old Rose

📋 copy color: '#C7335A'

red 199 ◦ green 51 ◦ blue 90

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

Shades of Old Rose #C7335A

Tints of Old Rose #C7335A

RGB

 RED value IS 199 (78.13% from 255) = 58.53%

 GREEN value IS 51 (20.31% from 255) = 15%

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 58.53%
G = 15%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7335A (or 0xC7335A) is known color: Old Rose. HEX triplet: C7, 33 and 5A. RGB value is (199,51,90). Sum of RGB (Red+Green+Blue) = 199+51+90=340 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.53% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 199 - color contains mainly: red. Hex color #C7335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7335A is #38CCA5. Grayscale: #636363. Windows color (decimal): -3722406 or 5911495. OLE color: 5911495.

HSL color Cylindrical-coordinate representation of color #C7335A: hue angle of 344.19º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7335A is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 51 90 -
CMYK 0 0.74 0.55 0.22
HSL 344.19º 0.59% 0.49% -
HSV(B) 344.19º 0.74% 0.78% -
XYZ 26.58 15.25 11.21 -
YUV 99.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 199 51 90 0 0.74 0.55 0.22 344.19 0.59 0.49
Hex C7 33 5A 0 4A 37 16 158 3B 31
Octal 307 63 132 0 112 67 26 530 73 61
Binary 11000111 110011 1011010 0 1001010 110111 10110 101011000 111011 110001

Color Harmonies of #C7335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7335A

Black with #C7335A

Text Example


Text Example

White with #C7335A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7335A; }

 p { color: rgb(199,51,90); }

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

background-color css

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

 a { background-color: rgb(199,51,90); }

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

border-color css

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

 span { border-color: rgb(199,51,90); }

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