Html Css Color HEX #C0694D Red Damask

📋 copy color: '#C0694D'

red 192 ◦ green 105 ◦ blue 77

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

Shades of Red Damask #C0694D

Tints of Red Damask #C0694D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 51.34%
G = 28.07%
B = 20.59%

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

#C0694D (or 0xC0694D) is known color: Red Damask. HEX triplet: C0, 69 and 4D. RGB value is (192,105,77). Sum of RGB (Red+Green+Blue) = 192+105+77=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C0694D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0694D is #3F96B2. Grayscale: #808080. Windows color (decimal): -4167347 or 5073344. OLE color: 5073344.

HSL color Cylindrical-coordinate representation of color #C0694D: hue angle of 14.61º 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 #C0694D is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 77 -
CMYK 0 0.45 0.60 0.25
HSL 14.61º 0.48% 0.53% -
HSV(B) 14.61º 0.6% 0.75% -
XYZ 28.13 21.85 9.76 -
YUV 127.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 192 105 77 0 0.45 0.60 0.25 14.61 0.48 0.53
Hex C0 69 4D 0 2D 3C 19 F 30 35
Octal 300 151 115 0 55 74 31 17 60 65
Binary 11000000 1101001 1001101 0 101101 111100 11001 1111 110000 110101

Color Harmonies of #C0694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0694D

Black with #C0694D

Text Example


Text Example

White with #C0694D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0694D; }

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

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

background-color css

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

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

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

border-color css

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

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

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