Html Css Color HEX #C76B4B Red Damask

📋 copy color: '#C76B4B'

red 199 ◦ green 107 ◦ blue 75

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

Shades of Red Damask #C76B4B

Tints of Red Damask #C76B4B

RGB

 RED value IS 199 (78.13% from 255) = 52.23%

 GREEN value IS 107 (42.19% from 255) = 28.08%

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

R = 52.23%
G = 28.08%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C76B4B (or 0xC76B4B) is known color: Red Damask. HEX triplet: C7, 6B and 4B. RGB value is (199,107,75). Sum of RGB (Red+Green+Blue) = 199+107+75=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 75 (29.69% from 255 or 19.69% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C76B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76B4B is #3894B4. Grayscale: #838383. Windows color (decimal): -3708085 or 4942791. OLE color: 4942791.

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

Color convert

RGB 199 107 75 -
CMYK 0 0.46 0.62 0.22
HSL 15.48º 0.53% 0.54% -
HSV(B) 15.48º 0.62% 0.78% -
XYZ 30.08 23.17 9.54 -
YUV 130.86 96.48 176.6 -
System Red Green Blue C M Y K H S L
Decimal 199 107 75 0 0.46 0.62 0.22 15.48 0.53 0.54
Hex C7 6B 4B 0 2E 3E 16 F 35 36
Octal 307 153 113 0 56 76 26 17 65 66
Binary 11000111 1101011 1001011 0 101110 111110 10110 1111 110101 110110

Color Harmonies of #C76B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76B4B

Black with #C76B4B

Text Example


Text Example

White with #C76B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76B4B; }

 p { color: rgb(199,107,75); }

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

background-color css

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

 a { background-color: rgb(199,107,75); }

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

border-color css

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

 span { border-color: rgb(199,107,75); }

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