Html Css Color HEX #C6334A Old Rose

📋 copy color: '#C6334A'

red 198 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #C6334A

Tints of Old Rose #C6334A

RGB

 RED value IS 198 (77.73% from 255) = 61.3%

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

 BLUE value IS 74 (29.3% from 255) = 22.91%

R = 61.3%
G = 15.79%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6334A (or 0xC6334A) is known color: Old Rose. HEX triplet: C6, 33 and 4A. RGB value is (198,51,74). Sum of RGB (Red+Green+Blue) = 198+51+74=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C6334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6334A is #39CCB5. Grayscale: #616161. Windows color (decimal): -3787958 or 4862918. OLE color: 4862918.

HSL color Cylindrical-coordinate representation of color #C6334A: hue angle of 350.61º 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 #C6334A is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 51 74 -
CMYK 0 0.74 0.63 0.22
HSL 350.61º 0.59% 0.49% -
HSV(B) 350.61º 0.74% 0.78% -
XYZ 25.71 14.87 7.99 -
YUV 97.58 114.7 199.63 -
System Red Green Blue C M Y K H S L
Decimal 198 51 74 0 0.74 0.63 0.22 350.61 0.59 0.49
Hex C6 33 4A 0 4A 3F 16 15F 3B 31
Octal 306 63 112 0 112 77 26 537 73 61
Binary 11000110 110011 1001010 0 1001010 111111 10110 101011111 111011 110001

Color Harmonies of #C6334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6334A

Black with #C6334A

Text Example


Text Example

White with #C6334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6334A; }

 p { color: rgb(198,51,74); }

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

background-color css

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

 a { background-color: rgb(198,51,74); }

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

border-color css

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

 span { border-color: rgb(198,51,74); }

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