Html Css Color HEX #C6674B Red Damask

📋 copy color: '#C6674B'

red 198 ◦ green 103 ◦ blue 75

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

Shades of Red Damask #C6674B

Tints of Red Damask #C6674B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.39%

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

R = 52.66%
G = 27.39%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6674B (or 0xC6674B) is known color: Red Damask. HEX triplet: C6, 67 and 4B. RGB value is (198,103,75). Sum of RGB (Red+Green+Blue) = 198+103+75=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6674B is #3998B4. Grayscale: #808080. Windows color (decimal): -3774645 or 4941766. OLE color: 4941766.

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

Color convert

RGB 198 103 75 -
CMYK 0 0.48 0.62 0.22
HSL 13.66º 0.52% 0.54% -
HSV(B) 13.66º 0.62% 0.78% -
XYZ 29.41 22.21 9.39 -
YUV 128.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 198 103 75 0 0.48 0.62 0.22 13.66 0.52 0.54
Hex C6 67 4B 0 30 3E 16 E 34 36
Octal 306 147 113 0 60 76 26 16 64 66
Binary 11000110 1100111 1001011 0 110000 111110 10110 1110 110100 110110

Color Harmonies of #C6674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6674B

Black with #C6674B

Text Example


Text Example

White with #C6674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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