Html Css Color HEX #C0694C Red Damask

📋 copy color: '#C0694C'

red 192 ◦ green 105 ◦ blue 76

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

Shades of Red Damask #C0694C

Tints of Red Damask #C0694C

RGB

 RED value IS 192 (75.39% from 255) = 51.47%

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

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 51.47%
G = 28.15%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0694C (or 0xC0694C) is known color: Red Damask. HEX triplet: C0, 69 and 4C. RGB value is (192,105,76). Sum of RGB (Red+Green+Blue) = 192+105+76=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C0694C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0694C is #3F96B3. Grayscale: #7F7F7F. Windows color (decimal): -4167348 or 5007808. OLE color: 5007808.

HSL color Cylindrical-coordinate representation of color #C0694C: hue angle of 15º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0694C is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 76 -
CMYK 0 0.45 0.60 0.25
HSL 15º 0.48% 0.53% -
HSV(B) 15º 0.6% 0.75% -
XYZ 28.09 21.83 9.57 -
YUV 127.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 192 105 76 0 0.45 0.60 0.25 15 0.48 0.53
Hex C0 69 4C 0 2D 3C 19 F 30 35
Octal 300 151 114 0 55 74 31 17 60 65
Binary 11000000 1101001 1001100 0 101101 111100 11001 1111 110000 110101

Color Harmonies of #C0694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0694C

Black with #C0694C

Text Example


Text Example

White with #C0694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0694C; }

 p { color: rgb(192,105,76); }

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

background-color css

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

 a { background-color: rgb(192,105,76); }

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

border-color css

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

 span { border-color: rgb(192,105,76); }

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