Html Css Color HEX #C7694B Red Damask

📋 copy color: '#C7694B'

red 199 ◦ green 105 ◦ blue 75

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

Shades of Red Damask #C7694B

Tints of Red Damask #C7694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.7%

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

R = 52.51%
G = 27.7%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7694B (or 0xC7694B) is known color: Red Damask. HEX triplet: C7, 69 and 4B. RGB value is (199,105,75). Sum of RGB (Red+Green+Blue) = 199+105+75=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7694B is #3896B4. Grayscale: #818181. Windows color (decimal): -3708597 or 4942279. OLE color: 4942279.

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

Color convert

RGB 199 105 75 -
CMYK 0 0.47 0.62 0.22
HSL 14.52º 0.53% 0.54% -
HSV(B) 14.52º 0.62% 0.78% -
XYZ 29.87 22.75 9.47 -
YUV 129.69 97.14 177.44 -
System Red Green Blue C M Y K H S L
Decimal 199 105 75 0 0.47 0.62 0.22 14.52 0.53 0.54
Hex C7 69 4B 0 2F 3E 16 F 35 36
Octal 307 151 113 0 57 76 26 17 65 66
Binary 11000111 1101001 1001011 0 101111 111110 10110 1111 110101 110110

Color Harmonies of #C7694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7694B

Black with #C7694B

Text Example


Text Example

White with #C7694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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