Html Css Color HEX #C8694B Red Damask

📋 copy color: '#C8694B'

red 200 ◦ green 105 ◦ blue 75

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

Shades of Red Damask #C8694B

Tints of Red Damask #C8694B

RGB

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

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

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

R = 52.63%
G = 27.63%
B = 19.74%

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

#C8694B (or 0xC8694B) is known color: Red Damask. HEX triplet: C8, 69 and 4B. RGB value is (200,105,75). Sum of RGB (Red+Green+Blue) = 200+105+75=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 75 (29.69% from 255 or 19.74% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8694B is #3796B4. Grayscale: #828282. Windows color (decimal): -3643061 or 4942280. OLE color: 4942280.

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

Color convert

RGB 200 105 75 -
CMYK 0 0.48 0.62 0.22
HSL 14.4º 0.53% 0.54% -
HSV(B) 14.4º 0.63% 0.78% -
XYZ 30.14 22.89 9.49 -
YUV 129.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 200 105 75 0 0.48 0.62 0.22 14.4 0.53 0.54
Hex C8 69 4B 0 30 3E 16 E 35 36
Octal 310 151 113 0 60 76 26 16 65 66
Binary 11001000 1101001 1001011 0 110000 111110 10110 1110 110101 110110

Color Harmonies of #C8694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8694B

Black with #C8694B

Text Example


Text Example

White with #C8694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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