Html Css Color HEX #C6304B Old Rose

📋 copy color: '#C6304B'

red 198 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #C6304B

Tints of Old Rose #C6304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 61.68%
G = 14.95%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6304B (or 0xC6304B) is known color: Old Rose. HEX triplet: C6, 30 and 4B. RGB value is (198,48,75). Sum of RGB (Red+Green+Blue) = 198+48+75=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C6304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6304B is #39CFB4. Grayscale: #5F5F5F. Windows color (decimal): -3788725 or 4927686. OLE color: 4927686.

HSL color Cylindrical-coordinate representation of color #C6304B: hue angle of 349.2º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6304B is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 48 75 -
CMYK 0 0.76 0.62 0.22
HSL 349.2º 0.61% 0.48% -
HSV(B) 349.2º 0.76% 0.78% -
XYZ 25.62 14.63 8.13 -
YUV 95.93 116.2 200.8 -
System Red Green Blue C M Y K H S L
Decimal 198 48 75 0 0.76 0.62 0.22 349.2 0.61 0.48
Hex C6 30 4B 0 4C 3E 16 15D 3D 30
Octal 306 60 113 0 114 76 26 535 75 60
Binary 11000110 110000 1001011 0 1001100 111110 10110 101011101 111101 110000

Color Harmonies of #C6304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6304B

Black with #C6304B

Text Example


Text Example

White with #C6304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6304B; }

 p { color: rgb(198,48,75); }

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

background-color css

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

 a { background-color: rgb(198,48,75); }

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

border-color css

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

 span { border-color: rgb(198,48,75); }

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