Html Css Color HEX #C6374B Old Rose

📋 copy color: '#C6374B'

red 198 ◦ green 55 ◦ blue 75

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

Shades of Old Rose #C6374B

Tints of Old Rose #C6374B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.77%

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

R = 60.37%
G = 16.77%
B = 22.87%

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

#C6374B (or 0xC6374B) is known color: Old Rose. HEX triplet: C6, 37 and 4B. RGB value is (198,55,75). Sum of RGB (Red+Green+Blue) = 198+55+75=328 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.37% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 198 - color contains mainly: red. Hex color #C6374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6374B is #39C8B4. Grayscale: #646464. Windows color (decimal): -3786933 or 4929478. OLE color: 4929478.

HSL color Cylindrical-coordinate representation of color #C6374B: hue angle of 351.61º degrees, saturation: 0.57, 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 #C6374B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 55 75 -
CMYK 0 0.72 0.62 0.22
HSL 351.61º 0.57% 0.5% -
HSV(B) 351.61º 0.72% 0.78% -
XYZ 25.92 15.25 8.23 -
YUV 100.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 198 55 75 0 0.72 0.62 0.22 351.61 0.57 0.5
Hex C6 37 4B 0 48 3E 16 160 39 32
Octal 306 67 113 0 110 76 26 540 71 62
Binary 11000110 110111 1001011 0 1001000 111110 10110 101100000 111001 110010

Color Harmonies of #C6374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6374B

Black with #C6374B

Text Example


Text Example

White with #C6374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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