Html Css Color HEX #C6084C Crimson

📋 copy color: '#C6084C'

red 198 ◦ green 8 ◦ blue 76

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

Shades of Crimson #C6084C

Tints of Crimson #C6084C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.84%

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

R = 70.21%
G = 2.84%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6084C (or 0xC6084C) is known color: Crimson. HEX triplet: C6, 08 and 4C. RGB value is (198,8,76). Sum of RGB (Red+Green+Blue) = 198+8+76=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C6084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6084C is #39F7B3. Grayscale: #484848. Windows color (decimal): -3798964 or 4982982. OLE color: 4982982.

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

Color convert

RGB 198 8 76 -
CMYK 0 0.96 0.62 0.22
HSL 338.53º 0.92% 0.4% -
HSV(B) 338.53º 0.96% 0.78% -
XYZ 24.68 12.7 7.99 -
YUV 72.56 129.95 217.47 -
System Red Green Blue C M Y K H S L
Decimal 198 8 76 0 0.96 0.62 0.22 338.53 0.92 0.4
Hex C6 8 4C 0 60 3E 16 153 5C 28
Octal 306 10 114 0 140 76 26 523 134 50
Binary 11000110 1000 1001100 0 1100000 111110 10110 101010011 1011100 101000

Color Harmonies of #C6084C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6084C

Black with #C6084C

Text Example


Text Example

White with #C6084C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6084C; }

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

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

background-color css

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

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

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

border-color css

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

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

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