Html Css Color HEX #C6384C Old Rose

📋 copy color: '#C6384C'

red 198 ◦ green 56 ◦ blue 76

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

Shades of Old Rose #C6384C

Tints of Old Rose #C6384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.97%

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 60%
G = 16.97%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6384C (or 0xC6384C) is known color: Old Rose. HEX triplet: C6, 38 and 4C. RGB value is (198,56,76). Sum of RGB (Red+Green+Blue) = 198+56+76=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6384C is #39C7B3. Grayscale: #646464. Windows color (decimal): -3786676 or 4995270. OLE color: 4995270.

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

Color convert

RGB 198 56 76 -
CMYK 0 0.72 0.62 0.22
HSL 351.55º 0.56% 0.5% -
HSV(B) 351.55º 0.72% 0.78% -
XYZ 26.01 15.36 8.43 -
YUV 100.74 114.04 197.37 -
System Red Green Blue C M Y K H S L
Decimal 198 56 76 0 0.72 0.62 0.22 351.55 0.56 0.5
Hex C6 38 4C 0 48 3E 16 160 38 32
Octal 306 70 114 0 110 76 26 540 70 62
Binary 11000110 111000 1001100 0 1001000 111110 10110 101100000 111000 110010

Color Harmonies of #C6384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6384C

Black with #C6384C

Text Example


Text Example

White with #C6384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6384C; }

 p { color: rgb(198,56,76); }

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

background-color css

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

 a { background-color: rgb(198,56,76); }

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

border-color css

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

 span { border-color: rgb(198,56,76); }

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