Html Css Color HEX #C8674B Red Damask

📋 copy color: '#C8674B'

red 200 ◦ green 103 ◦ blue 75

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

Shades of Red Damask #C8674B

Tints of Red Damask #C8674B

RGB

 RED value IS 200 (78.52% from 255) = 52.91%

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

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

R = 52.91%
G = 27.25%
B = 19.84%

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

#C8674B (or 0xC8674B) is known color: Red Damask. HEX triplet: C8, 67 and 4B. RGB value is (200,103,75). Sum of RGB (Red+Green+Blue) = 200+103+75=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C8674B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8674B is #3798B4. Grayscale: #818181. Windows color (decimal): -3643573 or 4941768. OLE color: 4941768.

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

Color convert

RGB 200 103 75 -
CMYK 0 0.48 0.62 0.22
HSL 13.44º 0.53% 0.54% -
HSV(B) 13.44º 0.63% 0.78% -
XYZ 29.94 22.49 9.42 -
YUV 128.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 200 103 75 0 0.48 0.62 0.22 13.44 0.53 0.54
Hex C8 67 4B 0 30 3E 16 D 35 36
Octal 310 147 113 0 60 76 26 15 65 66
Binary 11001000 1100111 1001011 0 110000 111110 10110 1101 110101 110110

Color Harmonies of #C8674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8674B

Black with #C8674B

Text Example


Text Example

White with #C8674B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8674B; }

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

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

background-color css

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

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

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

border-color css

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

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

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